Vulkan-Hpp
|
#include <vulkan_core.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 8264 of file vulkan_core.h.
VkVideoPictureResourceInfoKHR VkVideoDecodeInfoKHR::dstPictureResource |
Definition at line 8271 of file vulkan_core.h.
VkVideoDecodeFlagsKHR VkVideoDecodeInfoKHR::flags |
Definition at line 8267 of file vulkan_core.h.
const void* VkVideoDecodeInfoKHR::pNext |
Definition at line 8266 of file vulkan_core.h.
const VkVideoReferenceSlotInfoKHR* VkVideoDecodeInfoKHR::pReferenceSlots |
Definition at line 8274 of file vulkan_core.h.
const VkVideoReferenceSlotInfoKHR* VkVideoDecodeInfoKHR::pSetupReferenceSlot |
Definition at line 8272 of file vulkan_core.h.
uint32_t VkVideoDecodeInfoKHR::referenceSlotCount |
Definition at line 8273 of file vulkan_core.h.
VkBuffer VkVideoDecodeInfoKHR::srcBuffer |
Definition at line 8268 of file vulkan_core.h.
VkDeviceSize VkVideoDecodeInfoKHR::srcBufferOffset |
Definition at line 8269 of file vulkan_core.h.
VkDeviceSize VkVideoDecodeInfoKHR::srcBufferRange |
Definition at line 8270 of file vulkan_core.h.
VkStructureType VkVideoDecodeInfoKHR::sType |
Definition at line 8265 of file vulkan_core.h.