Class VkVideoDecodeH265ProfileInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoDecodeH265ProfileInfoKHR extends Struct<VkVideoDecodeH265ProfileInfoKHR> implements NativeResource
struct VkVideoDecodeH265ProfileInfoKHR {
    VkStructureType sType;
    void const * pNext;
    StdVideoH265ProfileIdc stdProfileIdc;
}