Shader Tool
Small shader visualiser.
|
▼Nrapidxml | |
Cxml_node | |
▼Nst | |
CCanvas | Customized GLCanvas class to act as a customizable framebuffer |
CCanvas3D | Customizable GLCanvas implementation. WIP |
CCButton | |
CCCanvas | |
CCLabel | |
CCNode | |
CColor_Buffer | |
▼CColor_Buffer_Rgba8888 | |
CColor | |
CConfigurationManager | Contains the application configuration and loads it |
CCScreen | |
CCTextBox | |
CDocumentManager | Manages the shaders files |
CFramebuffer | Used to render the scene to a framebuffer and apply post processig shaders to it |
CGLTexture | |
CShader | Data class that contains the code of a shader |
CShaderProgram | Represents a OpenGL shader program. Not in use, as I'm using nanogui's shaders right now |
CTexture | |
CUIBuilder | Builds the nanogui interface from a xml |
CUIController | Controls the application Front-end |
CUniformVariable | Represents an uniform used by a shader. WIP |