Class VkRenderPassFragmentDensityMapCreateInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkRenderPassFragmentDensityMapCreateInfoEXT extends Struct<VkRenderPassFragmentDensityMapCreateInfoEXT> implements 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();
 }