Class VkAttachmentSampleLocationsEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkAttachmentSampleLocationsEXT extends Struct<VkAttachmentSampleLocationsEXT> implements NativeResource
struct VkAttachmentSampleLocationsEXT {
    uint32_t attachmentIndex;
    VkSampleLocationsInfoEXT sampleLocationsInfo;
}