MCPcopy Create free account
hub / github.com/cinder/Cinder / attribToString

Function attribToString

src/cinder/GeomIo.cpp:54–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52};
53
54std::string attribToString( Attrib attrib )
55{
56 if( attrib < Attrib::NUM_ATTRIBS )
57 return sAttribNames[(int)attrib];
58 else if( attrib == Attrib::USER_DEFINED )
59 return "USER_DEFINED";
60 else
61 return "";
62}
63
64std::string primitiveToString( Primitive primitive )
65{

Callers 7

processMethod · 0.85
completeMethod · 0.85
loadIntoMethod · 0.85
drawFunction · 0.85
GlslProg.cppFile · 0.85
buildVaoMethod · 0.85
echoVerticesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected