|
Euphoria
|
Public Member Functions | |
| void | add (CompiledUniformProp *target, UniformType type, const std::string &name, int array_count=1) |
| UniformBufferSetup | compile (const std::string &name, int binding_point) const |
Public Attributes | |
| std::vector< UniformProp > | props |
Definition at line 55 of file uniform_buffer.h.
| void eu::render::UniformBufferCompiler::add | ( | CompiledUniformProp * | target, |
| UniformType | type, | ||
| const std::string & | name, | ||
| int | array_count = 1 |
||
| ) |
| UniformBufferSetup eu::render::UniformBufferCompiler::compile | ( | const std::string & | name, |
| int | binding_point | ||
| ) | const |
| std::vector<UniformProp> eu::render::UniformBufferCompiler::props |
Definition at line 62 of file uniform_buffer.h.