Class VkCoarseSampleOrderCustomNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCoarseSampleOrderCustomNV extends Struct<VkCoarseSampleOrderCustomNV> implements NativeResource

 struct VkCoarseSampleOrderCustomNV {
     VkShadingRatePaletteEntryNV shadingRate;
     uint32_t sampleCount;
     uint32_t sampleLocationCount;
     {@link VkCoarseSampleLocationNV VkCoarseSampleLocationNV} const * pSampleLocations;
 }