C# 클래스 OpenTK.Graphics.GraphicsBindingsBase

Implements BindingsBase for the OpenTK.Graphics namespace (OpenGL and OpenGL|ES).
상속: BindingsBase
파일 보기 프로젝트 열기: andykorth/opentk

보호된 메소드들

메소드 설명
GetAddress ( string funcname ) : IntPtr

Retrieves an unmanaged function pointer to the specified function.

Note: some drivers are known to return non-zero values for unsupported functions. Typical values include 1 and 2 - inheritors are advised to check for and ignore these values.

메소드 상세

GetAddress() 보호된 메소드

Retrieves an unmanaged function pointer to the specified function.
Note: some drivers are known to return non-zero values for unsupported functions. Typical values include 1 and 2 - inheritors are advised to check for and ignore these values.
protected GetAddress ( string funcname ) : IntPtr
funcname string /// A that defines the name of the function. ///
리턴 System.IntPtr