Class VkRenderPassSampleLocationsBeginInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkRenderPassSampleLocationsBeginInfoEXT extends Struct<VkRenderPassSampleLocationsBeginInfoEXT> implements NativeResource

 struct VkRenderPassSampleLocationsBeginInfoEXT {
     VkStructureType sType;
     void const * pNext;
     uint32_t attachmentInitialSampleLocationsCount;
     {@link VkAttachmentSampleLocationsEXT VkAttachmentSampleLocationsEXT} const * pAttachmentInitialSampleLocations;
     uint32_t postSubpassSampleLocationsCount;
     {@link VkSubpassSampleLocationsEXT VkSubpassSampleLocationsEXT} const * pPostSubpassSampleLocations;
 }