Class VkSubpassSampleLocationsEXT

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

public class VkSubpassSampleLocationsEXT extends org.lwjgl.system.Struct<VkSubpassSampleLocationsEXT> implements org.lwjgl.system.NativeResource
Structure specifying the sample locations state to use for layout transitions of attachments performed after a given subpass.
Description

If the image referenced by the depth/stencil attachment used in the subpass identified by subpassIndex was not created with IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT or if the subpass does not use a depth/stencil attachment, and VkPhysicalDeviceSampleLocationsPropertiesEXT::variableSampleLocations is TRUE then the values specified in sampleLocationsInfo are ignored.

Valid Usage
Valid Usage (Implicit)
See Also

VkRenderPassSampleLocationsBeginInfoEXT, VkSampleLocationsInfoEXT

Layout


 struct VkSubpassSampleLocationsEXT {
     uint32_t subpassIndex();
     VkSampleLocationsInfoEXT sampleLocationsInfo();
 }