Class VkPipelineCoverageReductionStateCreateInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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