Package com.sun.jna.platform.win32
Klasse OpenGL32Util
java.lang.Object
com.sun.jna.platform.win32.OpenGL32Util
opengl32 utility API.
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic int
Count GPUsstatic Function
wglGetProcAddress
(String procName) Return a procedure function pointer
-
Konstruktordetails
-
OpenGL32Util
public OpenGL32Util()
-
-
Methodendetails
-
wglGetProcAddress
Return a procedure function pointer- Parameter:
procName
- the procedure name- Gibt zurück:
- the function
-
countGpusNV
public static int countGpusNV()Count GPUs- Gibt zurück:
- the number of available GPUs
-