Package com.sun.jna.platform.win32
Class OpenGL32Util
java.lang.Object
com.sun.jna.platform.win32.OpenGL32Util
opengl32 utility API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
Count GPUsstatic Function
wglGetProcAddress
(String procName) Return a procedure function pointer
-
Constructor Details
-
OpenGL32Util
public OpenGL32Util()
-
-
Method Details
-
wglGetProcAddress
Return a procedure function pointer- Parameters:
procName
- the procedure name- Returns:
- the function
-
countGpusNV
public static int countGpusNV()Count GPUs- Returns:
- the number of available GPUs
-