Class VkRenderPassSampleLocationsBeginInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkRenderPassSampleLocationsBeginInfoEXT extends Struct<VkRenderPassSampleLocationsBeginInfoEXT> implements NativeResource
Structure specifying sample locations to use for the layout transition of custom sample locations compatible depth/stencil attachments.
Valid Usage (Implicit)
See Also

VkAttachmentSampleLocationsEXT, VkSubpassSampleLocationsEXT

Layout


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