NAP
Namespaces | Variables
nap::uniform::blur Namespace Reference

Namespaces

 sampler
 

Variables

constexpr const char * uboStruct = "UBO"
 UBO that contains all the uniforms. More...
 
constexpr const char * textureSize = "textureSize"
 Size of the texture. More...
 
constexpr const char * direction = "direction"
 Direction of the blur e.g. {1.0, 0.0} for horizontal, {0.0, 1.0} for vertical. More...
 

Variable Documentation

◆ direction

constexpr const char* direction = "direction"
constexpr

Direction of the blur e.g. {1.0, 0.0} for horizontal, {0.0, 1.0} for vertical.

◆ textureSize

constexpr const char* textureSize = "textureSize"
constexpr

Size of the texture.

◆ uboStruct

constexpr const char* uboStruct = "UBO"
constexpr

UBO that contains all the uniforms.