MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / Vertex

Class Vertex

olcPixelGameEngine.h:1230–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1228 {
1229 // x y z w u v rgb
1230 struct Vertex { float p[6]; uint32_t c; };
1231 std::vector<Vertex> vb;
1232 olc::Decal* decal = nullptr;
1233 olc::DecalStructure structure = olc::DecalStructure::FAN;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected