| 49 | inline forge::dtype channelType() const { return mImage->channelType(); } |
| 50 | |
| 51 | inline unsigned pbo() const { return mImage->pbo(); } |
| 52 | |
| 53 | inline uint size() const { return mImage->size(); } |
| 54 |
nothing calls this directly
no outgoing calls
no test coverage detected