Plasma Engine  2.0
Loading...
Searching...
No Matches
plGALCullMode Struct Reference

Defines which sides of a polygon gets culled by the graphics card. More...

#include <RendererFoundationDLL.h>

Inheritance diagram for plGALCullMode:

Public Types

enum  Enum {
  None = 0 , Front = 1 , Back = 2 , ENUM_COUNT ,
  Default = Back
}
 Defines which sides of a polygon gets culled by the graphics card. More...
 
using StorageType = plUInt8
 

Detailed Description

Defines which sides of a polygon gets culled by the graphics card.

Member Enumeration Documentation

◆ Enum

Defines which sides of a polygon gets culled by the graphics card.

Enumerator
None 

Triangles do not get culled.

Front 

When the 'front' of a triangle is visible, it gets culled. The rasterizer state defines which side is the 'front'. See plGALRasterizerStateCreationDescription for details.

Back 

When the 'back' of a triangle is visible, it gets culled. The rasterizer state defines which side is the 'front'. See plGALRasterizerStateCreationDescription for details.


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