Class VkPipelineSampleLocationsStateCreateInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPipelineSampleLocationsStateCreateInfoEXT extends Struct<VkPipelineSampleLocationsStateCreateInfoEXT> implements NativeResource

 struct VkPipelineSampleLocationsStateCreateInfoEXT {
     VkStructureType sType;
     void const * pNext;
     VkBool32 sampleLocationsEnable;
     VkSampleLocationsInfoEXT sampleLocationsInfo;
 }