Class VkSampleLocationsInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSampleLocationsInfoEXT extends Struct<VkSampleLocationsInfoEXT> implements NativeResource

 struct VkSampleLocationsInfoEXT {
     VkStructureType sType;
     void const * pNext;
     VkSampleCountFlagBits sampleLocationsPerPixel;
     {@link VkExtent2D VkExtent2D} sampleLocationGridSize;
     uint32_t sampleLocationsCount;
     {@link VkSampleLocationEXT VkSampleLocationEXT} const * pSampleLocations;
 }