Axiom.RenderSystems.OpenGLES.GLESPBRTTManager.Bind C# (CSharp) 메소드

Bind() 공개 메소드

public Bind ( Graphics target ) : void
target Graphics
리턴 void
		public override void Bind( Graphics.RenderTarget target )
		{
			// Nothing to do here
			// Binding of context is done by GL subsystem, as contexts are also used for RenderWindows
		}