ezEngine  Release 25.03
ezGALCullMode Struct Reference

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

#include <RendererFoundationDLL.h>

Inheritance diagram for ezGALCullMode:

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 = ezUInt8
 

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 ezGALRasterizerStateCreationDescription for details.

Back 

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


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