|
Hymn to Beauty
C++ 3D Engine
|
Information about a push constant. More...
#include <OpenGLShaderProgram.hpp>
Public Attributes | |
| GLint | uniformLocation |
| The uniform location to set. More... | |
| ShaderSource::ReflectionInfo::PushConstant::Type | type |
| The data type of the push constant. More... | |
| uint32_t | offset |
| The offset into the push constant structure. More... | |
Information about a push constant.
| uint32_t Video::OpenGLShaderProgram::PushConstant::offset |
The offset into the push constant structure.
| ShaderSource::ReflectionInfo::PushConstant::Type Video::OpenGLShaderProgram::PushConstant::type |
The data type of the push constant.
| GLint Video::OpenGLShaderProgram::PushConstant::uniformLocation |
The uniform location to set.