Class VkPipelineCoverageReductionStateCreateInfoNV

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

public class VkPipelineCoverageReductionStateCreateInfoNV extends org.lwjgl.system.Struct<VkPipelineCoverageReductionStateCreateInfoNV> implements org.lwjgl.system.NativeResource
Structure specifying parameters controlling coverage reduction.
Description

If this structure is not included in the pNext chain, or if the extension is not enabled, the default coverage reduction mode is inferred as follows:

Valid Usage (Implicit)

Layout


 struct VkPipelineCoverageReductionStateCreateInfoNV {
     VkStructureType sType();
     void const * pNext();
     VkPipelineCoverageReductionStateCreateFlagsNV flags();
     VkCoverageReductionModeNV coverageReductionMode();
 }