Vulkan-Hpp
VkVideoEncodeInfoKHR Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkVideoEncodeFlagsKHR flags
 
VkBuffer dstBuffer
 
VkDeviceSize dstBufferOffset
 
VkDeviceSize dstBufferRange
 
VkVideoPictureResourceInfoKHR srcPictureResource
 
const VkVideoReferenceSlotInfoKHRpSetupReferenceSlot
 
uint32_t referenceSlotCount
 
const VkVideoReferenceSlotInfoKHRpReferenceSlots
 
uint32_t precedingExternallyEncodedBytes
 

Detailed Description

Definition at line 10560 of file vulkan_core.h.

Member Data Documentation

◆ dstBuffer

VkBuffer VkVideoEncodeInfoKHR::dstBuffer

Definition at line 10564 of file vulkan_core.h.

◆ dstBufferOffset

VkDeviceSize VkVideoEncodeInfoKHR::dstBufferOffset

Definition at line 10565 of file vulkan_core.h.

◆ dstBufferRange

VkDeviceSize VkVideoEncodeInfoKHR::dstBufferRange

Definition at line 10566 of file vulkan_core.h.

◆ flags

VkVideoEncodeFlagsKHR VkVideoEncodeInfoKHR::flags

Definition at line 10563 of file vulkan_core.h.

◆ pNext

const void* VkVideoEncodeInfoKHR::pNext

Definition at line 10562 of file vulkan_core.h.

◆ precedingExternallyEncodedBytes

uint32_t VkVideoEncodeInfoKHR::precedingExternallyEncodedBytes

Definition at line 10571 of file vulkan_core.h.

◆ pReferenceSlots

const VkVideoReferenceSlotInfoKHR* VkVideoEncodeInfoKHR::pReferenceSlots

Definition at line 10570 of file vulkan_core.h.

◆ pSetupReferenceSlot

const VkVideoReferenceSlotInfoKHR* VkVideoEncodeInfoKHR::pSetupReferenceSlot

Definition at line 10568 of file vulkan_core.h.

◆ referenceSlotCount

uint32_t VkVideoEncodeInfoKHR::referenceSlotCount

Definition at line 10569 of file vulkan_core.h.

◆ srcPictureResource

VkVideoPictureResourceInfoKHR VkVideoEncodeInfoKHR::srcPictureResource

Definition at line 10567 of file vulkan_core.h.

◆ sType

VkStructureType VkVideoEncodeInfoKHR::sType

Definition at line 10561 of file vulkan_core.h.


The documentation for this struct was generated from the following file: