NAP
Variables
nap::uniform::skybox Namespace Reference

Variables

constexpr const char * cubeTexture = "cubeTexture"
 Name of the cube texture sampler. More...
 
constexpr const char * color = "color"
 color value (0-1) More...
 
constexpr const char * alpha = "alpha"
 alpha value (0-1) More...
 
constexpr const char * uboStruct = "UBO"
 UBO that contains all the uniforms. More...
 

Variable Documentation

◆ alpha

constexpr const char* alpha = "alpha"
constexpr

alpha value (0-1)

◆ color

constexpr const char* color = "color"
constexpr

color value (0-1)

◆ cubeTexture

constexpr const char* cubeTexture = "cubeTexture"
constexpr

Name of the cube texture sampler.

◆ uboStruct

constexpr const char* uboStruct = "UBO"
constexpr

UBO that contains all the uniforms.