HDK
|
#include <vulkan_beta.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkVideoBeginCodingFlagsKHR | flags |
VkVideoSessionKHR | videoSession |
VkVideoSessionParametersKHR | videoSessionParameters |
uint32_t | referenceSlotCount |
const VkVideoReferenceSlotInfoKHR * | pReferenceSlots |
Definition at line 218 of file vulkan_beta.h.
VkVideoBeginCodingFlagsKHR VkVideoBeginCodingInfoKHR::flags |
Definition at line 221 of file vulkan_beta.h.
const void* VkVideoBeginCodingInfoKHR::pNext |
Definition at line 220 of file vulkan_beta.h.
const VkVideoReferenceSlotInfoKHR* VkVideoBeginCodingInfoKHR::pReferenceSlots |
Definition at line 225 of file vulkan_beta.h.
uint32_t VkVideoBeginCodingInfoKHR::referenceSlotCount |
Definition at line 224 of file vulkan_beta.h.
VkStructureType VkVideoBeginCodingInfoKHR::sType |
Definition at line 219 of file vulkan_beta.h.
VkVideoSessionKHR VkVideoBeginCodingInfoKHR::videoSession |
Definition at line 222 of file vulkan_beta.h.
VkVideoSessionParametersKHR VkVideoBeginCodingInfoKHR::videoSessionParameters |
Definition at line 223 of file vulkan_beta.h.