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;
     VkAttachmentSampleLocationsEXT const * pAttachmentInitialSampleLocations;
     uint32_t postSubpassSampleLocationsCount;
     VkSubpassSampleLocationsEXT const * pPostSubpassSampleLocations;
 }