Class VkRenderingFragmentDensityMapAttachmentInfoEXT

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

public class VkRenderingFragmentDensityMapAttachmentInfoEXT extends org.lwjgl.system.Struct<VkRenderingFragmentDensityMapAttachmentInfoEXT> implements org.lwjgl.system.NativeResource
Structure specifying fragment shading rate attachment information.
Description

This structure can be included in the pNext chain of VkRenderingInfo to define a fragment density map. If this structure is not included in the pNext chain, imageView is treated as NULL_HANDLE.

Valid Usage
Valid Usage (Implicit)

Layout


 struct VkRenderingFragmentDensityMapAttachmentInfoEXT {
     VkStructureType sType();
     void const * pNext();
     VkImageView imageView();
     VkImageLayout imageLayout();
 }