Class VkPhysicalDeviceSampleLocationsPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceSampleLocationsPropertiesEXT extends Struct<VkPhysicalDeviceSampleLocationsPropertiesEXT> implements NativeResource

 struct VkPhysicalDeviceSampleLocationsPropertiesEXT {
     VkStructureType sType;
     void * pNext;
     VkSampleCountFlags sampleLocationSampleCounts;
     {@link VkExtent2D VkExtent2D} maxSampleLocationGridSize;
     float sampleLocationCoordinateRange[2];
     uint32_t sampleLocationSubPixelBits;
     VkBool32 variableSampleLocations;
 }