| 6330 | } |
| 6331 | |
| 6332 | void Set3DProjection(const std::array<float, 16>& mat) |
| 6333 | { |
| 6334 | matProjection = mat; |
| 6335 | } |
| 6336 | |
| 6337 | void DoGPUTask(const olc::GPUTask& task) override |
| 6338 | { |
nothing calls this directly
no outgoing calls
no test coverage detected