3#include <Core/RaCore.hpp>
11enum MeshAttrib : uint {
23inline const std::string& getAttribName( MeshAttrib index ) {
24 static const std::string g_attribName[] = {
"in_position",
32 return g_attribName[index];
@ Geometry
"Geometry" render objects are those loaded using Radium::IO and generated by GeometrySystem
hepler function to manage enum as underlying types in VariableSet