Hymn to Beauty
C++ 3D Engine
Video::OpenGLShaderProgram::PushConstant Struct Reference

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...
 

Detailed Description

Information about a push constant.

Member Data Documentation

◆ offset

uint32_t Video::OpenGLShaderProgram::PushConstant::offset

The offset into the push constant structure.

◆ type

ShaderSource::ReflectionInfo::PushConstant::Type Video::OpenGLShaderProgram::PushConstant::type

The data type of the push constant.

◆ uniformLocation

GLint Video::OpenGLShaderProgram::PushConstant::uniformLocation

The uniform location to set.


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