Initialize the data to render AABBs
| 38 | |
| 39 | // Initialize the data to render AABBs |
| 40 | void AABB::init() { |
| 41 | createVBOAndVAO(); |
| 42 | } |
| 43 | |
| 44 | // Destroy the data used to render AABBs |
| 45 | void AABB::destroy() { |
nothing calls this directly
no outgoing calls
no test coverage detected