| 125 | uint image_impl::height() const { return mHeight; } |
| 126 | |
| 127 | forge::ChannelFormat image_impl::pixelFormat() const { return mFormat; } |
| 128 | |
| 129 | forge::dtype image_impl::channelType() const { return mDataType; } |
| 130 |
nothing calls this directly
no outgoing calls
no test coverage detected