Class VkRenderPassFragmentDensityMapCreateInfoEXT

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

public class VkRenderPassFragmentDensityMapCreateInfoEXT extends org.lwjgl.system.Struct<VkRenderPassFragmentDensityMapCreateInfoEXT> implements org.lwjgl.system.NativeResource
Structure containing fragment density map attachment for render pass.
Description

The fragment density map is read at an implementation-dependent time with the following constraints determined by the attachment’s image view flags:

The fragment density map may additionally be read by the device during PIPELINE_STAGE_FRAGMENT_DENSITY_PROCESS_BIT_EXT for any mode.

If this structure is not present, it is as if fragmentDensityMapAttachment was given as ATTACHMENT_UNUSED.

Valid Usage
Valid Usage (Implicit)
See Also

VkAttachmentReference

Layout


 struct VkRenderPassFragmentDensityMapCreateInfoEXT {
     VkStructureType sType();
     void const * pNext();
     VkAttachmentReference fragmentDensityMapAttachment();
 }