Class VkSampleLocationEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSampleLocationEXT extends Struct<VkSampleLocationEXT> implements NativeResource
Structure specifying the coordinates of a sample location.
Description

The domain space of the sample location coordinates has an upper-left origin within the pixel in framebuffer space.

The values specified in a VkSampleLocationEXT structure are always clamped to the implementation-dependent sample location coordinate range [sampleLocationCoordinateRange[0],sampleLocationCoordinateRange[1]] that can be queried using VkPhysicalDeviceSampleLocationsPropertiesEXT.

See Also

VkSampleLocationsInfoEXT

Layout


 struct VkSampleLocationEXT {
     float x();
     float y();
 }