Loading...
Searching...
No Matches
Go to the source code of this file.
|
| namespace | Cori |
| | Global engine namespace.
|
| namespace | Cori::Graphics |
| | Almost everything connected to graphics is in this namespace.
|
|
| enum class | Cori::Graphics::ShaderDataType {
Cori::Graphics::None = 0
, Cori::Graphics::Float
, Cori::Graphics::Vec2
, Cori::Graphics::Vec3
,
Cori::Graphics::Vec4
, Cori::Graphics::Mat3
, Cori::Graphics::Mat4
, Cori::Graphics::Int
,
Cori::Graphics::Int2
, Cori::Graphics::Int3
, Cori::Graphics::Int4
, Cori::Graphics::UInt
,
Cori::Graphics::UInt2
, Cori::Graphics::UInt3
, Cori::Graphics::UInt4
, Cori::Graphics::Bool
} |