Axiom.RenderSystems.OpenGLES.GLESFBORenderTexture.SwapBuffers C# (CSharp) Method

SwapBuffers() public method

public SwapBuffers ( bool waitForVSync ) : void
waitForVSync bool
return void
		public override void SwapBuffers( bool waitForVSync )
		{
			_fbo.SwapBuffers();
		}