All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HgiRasterizationState Struct Reference

Properties to configure multi sampling. More...

Public Attributes

HgiPolygonMode polygonMode
 
float lineWidth
 
HgiCullMode cullMode
 
HgiWinding winding
 
bool rasterizerEnabled
 

Detailed Description

Properties to configure multi sampling.

  • polygonMode: Determines the rasterization draw mode of primitve (triangles).
  • lineWidth: The width of lines when polygonMode is set to line drawing.
  • cullMode: Determines the culling rules for primitives (triangles).
  • winding: The rule that determines what makes a front-facing primitive.
  • rasterizationEnabled: When false all primitives are discarded before rasterization stage.

Definition at line 160 of file graphicsPipeline.h.


The documentation for this struct was generated from the following file: