Class VkVideoDecodeVP9PictureInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoDecodeVP9PictureInfoKHR extends Struct<VkVideoDecodeVP9PictureInfoKHR> implements NativeResource
struct VkVideoDecodeVP9PictureInfoKHR {
    VkStructureType sType;
    void const * pNext;
    StdVideoDecodeVP9PictureInfo const * pStdPictureInfo;
    int32_t referenceNameSlotIndices[VK_MAX_VIDEO_VP9_REFERENCES_PER_FRAME_KHR];
    uint32_t uncompressedHeaderOffset;
    uint32_t compressedHeaderOffset;
    uint32_t tilesOffset;
}