|
Euphoria
|
A compiled uniform buffer property that can be used in a shader. More...
Public Attributes | |
| int | offset = -1 |
| UniformType | type = UniformType::invalid |
| int | array_count = -1 |
A compiled uniform buffer property that can be used in a shader.
Definition at line 38 of file uniform_buffer.h.
| int eu::render::CompiledUniformProp::array_count = -1 |
Definition at line 42 of file uniform_buffer.h.
| int eu::render::CompiledUniformProp::offset = -1 |
Definition at line 40 of file uniform_buffer.h.
| UniformType eu::render::CompiledUniformProp::type = UniformType::invalid |
Definition at line 41 of file uniform_buffer.h.