MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / ident

Method ident

physx/samples/sampleframework/framework/src/ODBlock.cpp:305–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303
304
305const char * ODBlock::ident()
306{
307 static char noname[] = "_noname";
308 if (identifier)
309 return identifier;
310 else
311 return noname;
312}
313
314
315bool ODBlock::isTerminal()

Callers 6

loadDataMethod · 0.80
addMappingMethod · 0.80
createNewFileMethod · 0.80
LoadDataMethod · 0.80
addBlockFloatsMethod · 0.80
addBlockIntsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected