Class VkSubpassSampleLocationsEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSubpassSampleLocationsEXT extends Struct<VkSubpassSampleLocationsEXT> implements NativeResource
struct VkSubpassSampleLocationsEXT {
    uint32_t subpassIndex;
    VkSampleLocationsInfoEXT sampleLocationsInfo;
}