Class VkPipelineSampleLocationsStateCreateInfoEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPipelineSampleLocationsStateCreateInfoEXT>
org.lwjgl.vulkan.VkPipelineSampleLocationsStateCreateInfoEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPipelineSampleLocationsStateCreateInfoEXT extends org.lwjgl.system.Struct<VkPipelineSampleLocationsStateCreateInfoEXT> implements org.lwjgl.system.NativeResource
Structure specifying sample locations for a pipeline.
Valid Usage (Implicit)
See Also

VkSampleLocationsInfoEXT

Layout


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