|
Euphoria
|
"Global state" for the shaders describing the state of the camera. More...
Public Member Functions | |
| void | set_props (const CompiledCamera &cc) |
Public Attributes | |
| core::UniformBufferSetup | setup |
| core::CompiledUniformProp | clip_from_view_uni |
| core::CompiledUniformProp | view_from_world_uni |
| std::unique_ptr< UniformBuffer > | buffer |
"Global state" for the shaders describing the state of the camera.
Definition at line 36 of file shader_resource.h.
| void eu::render::CameraUniformBuffer::set_props | ( | const CompiledCamera & | cc | ) |
| std::unique_ptr<UniformBuffer> eu::render::CameraUniformBuffer::buffer |
Definition at line 43 of file shader_resource.h.
| core::CompiledUniformProp eu::render::CameraUniformBuffer::clip_from_view_uni |
Definition at line 40 of file shader_resource.h.
| core::UniformBufferSetup eu::render::CameraUniformBuffer::setup |
Definition at line 38 of file shader_resource.h.
| core::CompiledUniformProp eu::render::CameraUniformBuffer::view_from_world_uni |
Definition at line 41 of file shader_resource.h.