Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkVideoEncodeFlagsKHR | flags |
VkBuffer | dstBuffer |
VkDeviceSize | dstBufferOffset |
VkDeviceSize | dstBufferRange |
VkVideoPictureResourceInfoKHR | srcPictureResource |
const VkVideoReferenceSlotInfoKHR * | pSetupReferenceSlot |
uint32_t | referenceSlotCount |
const VkVideoReferenceSlotInfoKHR * | pReferenceSlots |
uint32_t | precedingExternallyEncodedBytes |
Definition at line 10560 of file vulkan_core.h.
VkBuffer VkVideoEncodeInfoKHR::dstBuffer |
Definition at line 10564 of file vulkan_core.h.
VkDeviceSize VkVideoEncodeInfoKHR::dstBufferOffset |
Definition at line 10565 of file vulkan_core.h.
VkDeviceSize VkVideoEncodeInfoKHR::dstBufferRange |
Definition at line 10566 of file vulkan_core.h.
VkVideoEncodeFlagsKHR VkVideoEncodeInfoKHR::flags |
Definition at line 10563 of file vulkan_core.h.
const void* VkVideoEncodeInfoKHR::pNext |
Definition at line 10562 of file vulkan_core.h.
uint32_t VkVideoEncodeInfoKHR::precedingExternallyEncodedBytes |
Definition at line 10571 of file vulkan_core.h.
const VkVideoReferenceSlotInfoKHR* VkVideoEncodeInfoKHR::pReferenceSlots |
Definition at line 10570 of file vulkan_core.h.
const VkVideoReferenceSlotInfoKHR* VkVideoEncodeInfoKHR::pSetupReferenceSlot |
Definition at line 10568 of file vulkan_core.h.
uint32_t VkVideoEncodeInfoKHR::referenceSlotCount |
Definition at line 10569 of file vulkan_core.h.
VkVideoPictureResourceInfoKHR VkVideoEncodeInfoKHR::srcPictureResource |
Definition at line 10567 of file vulkan_core.h.
VkStructureType VkVideoEncodeInfoKHR::sType |
Definition at line 10561 of file vulkan_core.h.