MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / notifyDataIsReady

Method notifyDataIsReady

RenderSystems/NULL/src/OgreNULLTextureGpu.cpp:57–63  ·  view source on GitHub ↗

-----------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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*/ )

Callers 5

reservePoolIdMethod · 0.45
executeMethod · 0.45
_transitionToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected