|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
Maps a sampler name hash to its OpenGL uniform location. More...
#include <C:/Code/AeonEngine/engine/renderers/opengl/OpenGLVariable.hpp>

Public Attributes | |
| uint32_t | name {} |
| Name hash identifier of the sampler. | |
| GLint | location {} |
| Uniform location of the sampler. | |
Maps a sampler name hash to its OpenGL uniform location.
Definition at line 39 of file OpenGLVariable.hpp.
| GLint AeonGames::OpenGLSamplerLocation::location {} |
Uniform location of the sampler.
Definition at line 42 of file OpenGLVariable.hpp.
| uint32_t AeonGames::OpenGLSamplerLocation::name {} |
Name hash identifier of the sampler.
Definition at line 41 of file OpenGLVariable.hpp.