Class VkVideoFormatH265QuantizationMapPropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoFormatH265QuantizationMapPropertiesKHR extends Struct<VkVideoFormatH265QuantizationMapPropertiesKHR> implements NativeResource

 struct VkVideoFormatH265QuantizationMapPropertiesKHR {
     VkStructureType sType;
     void * pNext;
     VkVideoEncodeH265CtbSizeFlagsKHR compatibleCtbSizes;
 }