XII Release 0.1.0
Loading...
Searching...
No Matches
xiiGALFillMode Struct Reference

This describes the fill mode. More...

#include <RasterizerState.h>

Inheritance diagram for xiiGALFillMode:
[legend]

Public Types

enum  Enum : StorageType {
  Undefined = 0U , Wireframe , Solid , ENUM_COUNT ,
  Default = Undefined
}
 
using StorageType = xiiUInt8
 

Detailed Description

This describes the fill mode.

This enumeration determines the fill mode to use when rendering triangles and mirrors the D3D11_FILL_MODE/D3D12_FILL_MODE enumerations.

Member Enumeration Documentation

◆ Enum

enum xiiGALFillMode::Enum : StorageType
Enumerator
Undefined 

Undefined fill mode.

Wireframe 

Rasterize triangles using wireframe fill.

Solid 

Rasterize triangles using solid fill.


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