CoriEngine
Loading...
Searching...
No Matches
Buffers.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cori::Graphics::VBElement
class  Cori::Graphics::VBLayout
class  Cori::Graphics::VertexBuffer
class  Cori::Graphics::IndexBuffer

Namespaces

namespace  Cori
 Global engine namespace.
namespace  Cori::Graphics
 Almost everything connected to graphics is in this namespace.

Enumerations

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
}

Functions

static constexpr size_t Cori::Graphics::ShaderDataTypeSize (ShaderDataType type)
static constexpr size_t Cori::Graphics::ShaderDataTypeComponentCount (ShaderDataType type)