| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected