Class VkAttachmentSampleLocationsEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkAttachmentSampleLocationsEXT extends Struct<VkAttachmentSampleLocationsEXT> implements NativeResource
Structure specifying the sample locations state to use in the initial layout transition of attachments.
Description

If the image referenced by the framebuffer attachment at index attachmentIndex was not created with IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT then the values specified in sampleLocationsInfo are ignored.

Valid Usage
Valid Usage (Implicit)
See Also

VkRenderPassSampleLocationsBeginInfoEXT, VkSampleLocationsInfoEXT

Layout


 struct VkAttachmentSampleLocationsEXT {
     uint32_t attachmentIndex();
     VkSampleLocationsInfoEXT sampleLocationsInfo();
 }