HDK
|
#include <vulkan_beta.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkVideoDecodeFlagsKHR | flags |
VkBuffer | srcBuffer |
VkDeviceSize | srcBufferOffset |
VkDeviceSize | srcBufferRange |
VkVideoPictureResourceInfoKHR | dstPictureResource |
const VkVideoReferenceSlotInfoKHR * | pSetupReferenceSlot |
uint32_t | referenceSlotCount |
const VkVideoReferenceSlotInfoKHR * | pReferenceSlots |
Definition at line 350 of file vulkan_beta.h.
VkVideoPictureResourceInfoKHR VkVideoDecodeInfoKHR::dstPictureResource |
Definition at line 357 of file vulkan_beta.h.
VkVideoDecodeFlagsKHR VkVideoDecodeInfoKHR::flags |
Definition at line 353 of file vulkan_beta.h.
const void* VkVideoDecodeInfoKHR::pNext |
Definition at line 352 of file vulkan_beta.h.
const VkVideoReferenceSlotInfoKHR* VkVideoDecodeInfoKHR::pReferenceSlots |
Definition at line 360 of file vulkan_beta.h.
const VkVideoReferenceSlotInfoKHR* VkVideoDecodeInfoKHR::pSetupReferenceSlot |
Definition at line 358 of file vulkan_beta.h.
uint32_t VkVideoDecodeInfoKHR::referenceSlotCount |
Definition at line 359 of file vulkan_beta.h.
VkBuffer VkVideoDecodeInfoKHR::srcBuffer |
Definition at line 354 of file vulkan_beta.h.
VkDeviceSize VkVideoDecodeInfoKHR::srcBufferOffset |
Definition at line 355 of file vulkan_beta.h.
VkDeviceSize VkVideoDecodeInfoKHR::srcBufferRange |
Definition at line 356 of file vulkan_beta.h.
VkStructureType VkVideoDecodeInfoKHR::sType |
Definition at line 351 of file vulkan_beta.h.