| 72 | } |
| 73 | |
| 74 | inline void render(const int pWindowId, |
| 75 | const int pX, const int pY, const int pVPW, const int pVPH, |
| 76 | const glm::mat4& pTransform) const { |
| 77 | mShrdPtr->render(pWindowId, pX, pY, pVPW, pVPH, pTransform); |
| 78 | } |
| 79 | }; |
| 80 | |
| 81 | } |
nothing calls this directly
no outgoing calls
no test coverage detected