TeaPacket v0.0.1
Multiplatform Game Engine
|
Go to the source code of this file.
Classes | |
union | TeaPacket::Graphics::ShaderVariableValue |
struct | TeaPacket::Graphics::ShaderVariableType |
Represents a variable within a shader. More... | |
struct | TeaPacket::Graphics::ShaderVariable |
Namespaces | |
namespace | TeaPacket |
namespace | TeaPacket::Graphics |
Functionality relating to drawing graphics to the screen. | |
Enumerations | |
enum | TeaPacket::Graphics::ShaderVariableBaseType : unsigned char { TeaPacket::Graphics::SHADER_VAR_TYPE_FLOAT , TeaPacket::Graphics::SHADER_VAR_TYPE_INT , TeaPacket::Graphics::SHADER_VAR_TYPE_UINT , TeaPacket::Graphics::SHADER_VAR_TYPE_TEXTURE } |
Type for Vertex Attributes. More... | |