MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / VertexKey

Method VertexKey

core/mesh.cpp:372–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370struct VertexKey
371{
372 VertexKey() : v(0), vt(0), vn(0) {}
373
374 uint32_t v, vt, vn;
375

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected