Class VkVideoFormatAV1QuantizationMapPropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoFormatAV1QuantizationMapPropertiesKHR extends Struct<VkVideoFormatAV1QuantizationMapPropertiesKHR> implements NativeResource

 struct VkVideoFormatAV1QuantizationMapPropertiesKHR {
     VkStructureType sType;
     void * pNext;
     VkVideoEncodeAV1SuperblockSizeFlagsKHR compatibleSuperblockSizes;
 }