Documentation
Urho3D::ShaderParameter Struct Reference
Shader parameter definition. More...
#include <OGLShaderProgram.h>
Collaboration diagram for Urho3D::ShaderParameter:
Public Member Functions | |
| ShaderParameter () | |
| Construct with defaults. | |
Public Attributes | |
| int | location_ |
| Uniform location or byte offset in constant buffer. | |
| unsigned | type_ |
| Element type. | |
| ConstantBuffer * | bufferPtr_ |
| Constant buffer pointer. | |
Detailed Description
Shader parameter definition.
The documentation for this struct was generated from the following file:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Graphics/OpenGL/OGLShaderProgram.h
