MCPcopy Create free account
hub / github.com/Illation/ETEngine / TestVertex

Method TestVertex

doc/abstract_graphics_api_example/TestRenderer.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 struct TestVertex
24 {
25 TestVertex(vec3 const& p, vec4 const& c) : pos(p), color(c) {}
26
27 vec3 pos;
28 vec4 color;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected