Class VkVideoEncodeH264DpbSlotInfoKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkVideoEncodeH264DpbSlotInfoKHR>
org.lwjgl.vulkan.VkVideoEncodeH264DpbSlotInfoKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkVideoEncodeH264DpbSlotInfoKHR extends org.lwjgl.system.Struct<VkVideoEncodeH264DpbSlotInfoKHR> implements org.lwjgl.system.NativeResource
Structure specifies H.264 encode DPB picture information.
Description

This structure is specified in the pNext chain of VkVideoEncodeInfoKHR::pSetupReferenceSlot, if not NULL, and the pNext chain of the elements of VkVideoEncodeInfoKHR::pReferenceSlots to specify the codec-specific reference picture information for an H.264 encode operation.

Active Reference Picture Information
Reconstructed Picture Information
Std Reference Information
Valid Usage (Implicit)

Layout


 struct VkVideoEncodeH264DpbSlotInfoKHR {
     VkStructureType sType();
     void const * pNext();
     StdVideoEncodeH264ReferenceInfo const * pStdReferenceInfo();
 }