Class VkVideoDecodeH264ProfileInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoDecodeH264ProfileInfoKHR extends Struct<VkVideoDecodeH264ProfileInfoKHR> implements NativeResource
struct VkVideoDecodeH264ProfileInfoKHR {
    VkStructureType sType;
    void const * pNext;
    StdVideoH264ProfileIdc stdProfileIdc;
    VkVideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout;
}