|
xoreos
0.0.5
|
#include <shader.h>
Public Member Functions | |
| ShaderUBO () | |
| ShaderUBO (const ShaderUBO &src) | |
| ShaderUBO (GLuint idx, GLuint gid) | |
| const ShaderUBO & | operator= (const ShaderUBO &src) |
Public Attributes | |
| GLuint | index |
| GLuint | glid |
|
inline |
|
inline |
| GLuint Graphics::Shader::ShaderUBO::glid |
Definition at line 163 of file shader.h.
Referenced by operator=().
| GLuint Graphics::Shader::ShaderUBO::index |
Definition at line 162 of file shader.h.
Referenced by operator=().
1.8.14