TDME2 1.9.121
Static Public Attributes | List of all members
LightingShaderConstants Struct Referencefinal

Lighting shader constants. More...

#include <tdme/engine/subsystems/lighting/LightingShaderConstants.h>

Collaboration diagram for LightingShaderConstants:
Collaboration graph

Static Public Attributes

static constexpr int32_t SPECULAR_TEXTUREUNIT_DIFFUSE { 0 }
 
static constexpr int32_t SPECULAR_TEXTUREUNIT_SPECULAR { 1 }
 
static constexpr int32_t SPECULAR_TEXTUREUNIT_NORMAL { 2 }
 
static constexpr int32_t SPECULAR_TEXTUREUNIT_ENVIRONMENT { 3 }
 
static constexpr int32_t SPECULAR_TEXTUREUNIT_TERRAIN_GRAS { 4 }
 
static constexpr int32_t SPECULAR_TEXTUREUNIT_TERRAIN_DIRT { 5 }
 
static constexpr int32_t SPECULAR_TEXTUREUNIT_TERRAIN_STONE { 6 }
 
static constexpr int32_t SPECULAR_TEXTUREUNIT_TERRAIN_SNOW { 7 }
 
static constexpr int32_t SPECULAR_TEXTUREUNIT_TERRAIN_BRUSH { 8 }
 
static constexpr int32_t PBR_TEXTUREUNIT_BASECOLOR { 0 }
 
static constexpr int32_t PBR_TEXTUREUNIT_METALLICROUGHNESS { 1 }
 
static constexpr int32_t PBR_TEXTUREUNIT_NORMAL { 2 }
 
static constexpr int32_t PBR_TEXTUREUNIT_ENVIRONMENT_DIFFUSE { 3 }
 
static constexpr int32_t PBR_TEXTUREUNIT_ENVIRONMENT_SPECULAR { 4 }
 
static constexpr int32_t PBR_TEXTUREUNIT_ENVIRONMENT_BRDF { 5 }
 

Detailed Description

Lighting shader constants.

Author
Andreas Drewke
Version
$Id$

Definition at line 11 of file LightingShaderConstants.h.

Member Data Documentation

◆ PBR_TEXTUREUNIT_BASECOLOR

constexpr int32_t PBR_TEXTUREUNIT_BASECOLOR { 0 }
staticconstexpr

Definition at line 23 of file LightingShaderConstants.h.

◆ PBR_TEXTUREUNIT_ENVIRONMENT_BRDF

constexpr int32_t PBR_TEXTUREUNIT_ENVIRONMENT_BRDF { 5 }
staticconstexpr

Definition at line 28 of file LightingShaderConstants.h.

◆ PBR_TEXTUREUNIT_ENVIRONMENT_DIFFUSE

constexpr int32_t PBR_TEXTUREUNIT_ENVIRONMENT_DIFFUSE { 3 }
staticconstexpr

Definition at line 26 of file LightingShaderConstants.h.

◆ PBR_TEXTUREUNIT_ENVIRONMENT_SPECULAR

constexpr int32_t PBR_TEXTUREUNIT_ENVIRONMENT_SPECULAR { 4 }
staticconstexpr

Definition at line 27 of file LightingShaderConstants.h.

◆ PBR_TEXTUREUNIT_METALLICROUGHNESS

constexpr int32_t PBR_TEXTUREUNIT_METALLICROUGHNESS { 1 }
staticconstexpr

Definition at line 24 of file LightingShaderConstants.h.

◆ PBR_TEXTUREUNIT_NORMAL

constexpr int32_t PBR_TEXTUREUNIT_NORMAL { 2 }
staticconstexpr

Definition at line 25 of file LightingShaderConstants.h.

◆ SPECULAR_TEXTUREUNIT_DIFFUSE

constexpr int32_t SPECULAR_TEXTUREUNIT_DIFFUSE { 0 }
staticconstexpr

Definition at line 13 of file LightingShaderConstants.h.

◆ SPECULAR_TEXTUREUNIT_ENVIRONMENT

constexpr int32_t SPECULAR_TEXTUREUNIT_ENVIRONMENT { 3 }
staticconstexpr

Definition at line 16 of file LightingShaderConstants.h.

◆ SPECULAR_TEXTUREUNIT_NORMAL

constexpr int32_t SPECULAR_TEXTUREUNIT_NORMAL { 2 }
staticconstexpr

Definition at line 15 of file LightingShaderConstants.h.

◆ SPECULAR_TEXTUREUNIT_SPECULAR

constexpr int32_t SPECULAR_TEXTUREUNIT_SPECULAR { 1 }
staticconstexpr

Definition at line 14 of file LightingShaderConstants.h.

◆ SPECULAR_TEXTUREUNIT_TERRAIN_BRUSH

constexpr int32_t SPECULAR_TEXTUREUNIT_TERRAIN_BRUSH { 8 }
staticconstexpr

Definition at line 21 of file LightingShaderConstants.h.

◆ SPECULAR_TEXTUREUNIT_TERRAIN_DIRT

constexpr int32_t SPECULAR_TEXTUREUNIT_TERRAIN_DIRT { 5 }
staticconstexpr

Definition at line 18 of file LightingShaderConstants.h.

◆ SPECULAR_TEXTUREUNIT_TERRAIN_GRAS

constexpr int32_t SPECULAR_TEXTUREUNIT_TERRAIN_GRAS { 4 }
staticconstexpr

Definition at line 17 of file LightingShaderConstants.h.

◆ SPECULAR_TEXTUREUNIT_TERRAIN_SNOW

constexpr int32_t SPECULAR_TEXTUREUNIT_TERRAIN_SNOW { 7 }
staticconstexpr

Definition at line 20 of file LightingShaderConstants.h.

◆ SPECULAR_TEXTUREUNIT_TERRAIN_STONE

constexpr int32_t SPECULAR_TEXTUREUNIT_TERRAIN_STONE { 6 }
staticconstexpr

Definition at line 19 of file LightingShaderConstants.h.


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