Aeon Engine c550894
AeonGames Open Source Game Engine
Loading...
Searching...
No Matches
AeonGames::OpenGLSamplerLocation Struct Reference

Maps a sampler name hash to its OpenGL uniform location. More...

#include <C:/Code/AeonEngine/engine/renderers/opengl/OpenGLVariable.hpp>

Collaboration diagram for AeonGames::OpenGLSamplerLocation:
Collaboration graph

Public Attributes

uint32_t name {}
 Name hash identifier of the sampler.
GLint location {}
 Uniform location of the sampler.

Detailed Description

Maps a sampler name hash to its OpenGL uniform location.

Definition at line 39 of file OpenGLVariable.hpp.

Member Data Documentation

◆ location

GLint AeonGames::OpenGLSamplerLocation::location {}

Uniform location of the sampler.

Definition at line 42 of file OpenGLVariable.hpp.

◆ name

uint32_t AeonGames::OpenGLSamplerLocation::name {}

Name hash identifier of the sampler.

Definition at line 41 of file OpenGLVariable.hpp.


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