Class VkRenderPassSampleLocationsBeginInfoEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkRenderPassSampleLocationsBeginInfoEXT>
org.lwjgl.vulkan.VkRenderPassSampleLocationsBeginInfoEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkRenderPassSampleLocationsBeginInfoEXT extends org.lwjgl.system.Struct<VkRenderPassSampleLocationsBeginInfoEXT> implements org.lwjgl.system.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();
 }