Axiom.RenderSystems.OpenGLES.GLESTexture.CreateRenderTexture C# (CSharp) Méthode

CreateRenderTexture() public méthode

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

		}