| 34 | } |
| 35 | |
| 36 | void image_impl::unbindResources() const |
| 37 | { |
| 38 | glBindVertexArray(0); |
| 39 | } |
| 40 | |
| 41 | image_impl::image_impl(const uint pWidth, const uint pHeight, |
| 42 | const forge::ChannelFormat pFormat, const forge::dtype pDataType) |
nothing calls this directly
no outgoing calls
no test coverage detected