ogre-next icon indicating copy to clipboard operation
ogre-next copied to clipboard

How to know when rendering to texture is done

Open ChenTianSky opened this issue 11 months ago • 2 comments

Hello. I would like to ask, in ogre, how do I know that the current frame has been rendered by the gpu? For example, when I render to the texture, how do I know that the GPU has finished rendering, and I need to sample it back to do other processing at this time. I tried Ogre::FrameListener, but frameRenderingQueued doesn't sync gpu rendering complete event

ChenTianSky avatar Aug 31 '23 09:08 ChenTianSky