Class VkVideoDecodeH264DpbSlotInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoDecodeH264DpbSlotInfoKHR extends Struct<VkVideoDecodeH264DpbSlotInfoKHR> implements NativeResource

 struct VkVideoDecodeH264DpbSlotInfoKHR {
     VkStructureType sType;
     void const * pNext;
     StdVideoDecodeH264ReferenceInfo const * pStdReferenceInfo;
 }