Axiom.RenderSystems.OpenGL.GLSupport.GetProcAddress C# (CSharp) Метод

GetProcAddress() публичный Метод

Returns the pointer to the specified extension function in the GL driver.
public GetProcAddress ( string extension ) : IntPtr
extension string
Результат System.IntPtr
		public override IntPtr GetProcAddress( string extension )
		{
			//return GL.GetAddress(extension);
			return IntPtr.Zero;
		}