| 51 | inline unsigned pbo() const { return mImage->pbo(); } |
| 52 | |
| 53 | inline uint size() const { return mImage->size(); } |
| 54 | |
| 55 | inline void render(const int pWindowId, |
| 56 | const int pX, const int pY, const int pVPW, const int pVPH, |
nothing calls this directly
no outgoing calls
no test coverage detected