-----------------------------------------------------------------------------------
| 55 | } |
| 56 | //----------------------------------------------------------------------------------- |
| 57 | void NULLTextureGpu::notifyDataIsReady() |
| 58 | { |
| 59 | OGRE_ASSERT_LOW( mDataPreparationsPending > 0u && |
| 60 | "Calling notifyDataIsReady too often! Remove this call" |
| 61 | "See https://github.com/OGRECave/ogre-next/issues/101" ); |
| 62 | --mDataPreparationsPending; |
| 63 | } |
| 64 | //----------------------------------------------------------------------------------- |
| 65 | void NULLTextureGpu::_autogenerateMipmaps( CopyEncTransitionMode::CopyEncTransitionMode |
| 66 | /*transitionMode*/ ) |
no outgoing calls
no test coverage detected