MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getColorsPointer

Method getColorsPointer

testbed/opengl-framework/src/Mesh.h:380–382  ·  view source on GitHub ↗

Return a pointer to the colors data

Source from the content-addressed store, hash-verified

378
379// Return a pointer to the colors data
380inline void* Mesh::getColorsPointer() {
381 return &(mColors[0]);
382}
383
384// Return a pointer to the tangents data
385inline void* Mesh::getTangentsPointer() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected