Axiom.RenderSystems.OpenGLES.GLESTexture.CreateRenderTexture C# (CSharp) Method

CreateRenderTexture() public method

public CreateRenderTexture ( ) : void
return void
		public void CreateRenderTexture()
		{
			// Create the GL texture
			// This already does everything neccessary
			createInternalResources();

		}