enum cogs::DataType

Overview

Identifier of data types. More…

#include <DataType.h>

enum DataType {
    UNKNOWN,
    FLOAT,
    FVEC3,
    FVEC2,
    COLOR3F,
    COLOR4F,
};

Detailed Documentation

Identifier of data types.

Enum Values

UNKNOWN

undefined type

FLOAT

standard float.

FVEC3

2*float = glm::vec2.

FVEC2

3*float = glm::vec3.

COLOR3F

cogs::Color3f

COLOR4F

cogs::Color4f