Go to the source code of this file.
|
| enum | Legion::DataType {
Legion::DataType::Bool,
Legion::DataType::UInt8,
Legion::DataType::Int8,
Legion::DataType::UInt16,
Legion::DataType::Int16,
Legion::DataType::UInt32,
Legion::DataType::Int32,
Legion::DataType::UInt64,
Legion::DataType::Int64,
Legion::DataType::Float,
Legion::DataType::Double,
Legion::DataType::Vector2f,
Legion::DataType::Vector2d,
Legion::DataType::Vector3f,
Legion::DataType::Vector3d,
Legion::DataType::Vector4f,
Legion::DataType::Vector4d,
Legion::DataType::ObjectType,
Legion::DataType::InstanceHandle
} |
| | Datatypes supported by the Legion infrastructure. More...
|
| |