Class VkPipelineRepresentativeFragmentTestStateCreateInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPipelineRepresentativeFragmentTestStateCreateInfoNV extends Struct<VkPipelineRepresentativeFragmentTestStateCreateInfoNV> implements NativeResource
Structure specifying representative fragment test.
Description

If this structure is not included in the pNext chain, representativeFragmentTestEnable is considered to be FALSE, and the representative fragment test is disabled.

If the active fragment shader does not specify the EarlyFragmentTests execution mode, the representative fragment shader test has no effect, even if enabled.

Valid Usage (Implicit)

Layout


 struct VkPipelineRepresentativeFragmentTestStateCreateInfoNV {
     VkStructureType sType();
     void const * pNext();
     VkBool32 representativeFragmentTestEnable();
 }