Class VkVideoDecodeH265DpbSlotInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoDecodeH265DpbSlotInfoKHR extends Struct<VkVideoDecodeH265DpbSlotInfoKHR> implements NativeResource
struct VkVideoDecodeH265DpbSlotInfoKHR {
    VkStructureType sType;
    void const * pNext;
    StdVideoDecodeH265ReferenceInfo const * pStdReferenceInfo;
}