Package com.sun.jna.platform.win32
Class OpenGL32Util
java.lang.Object
com.sun.jna.platform.win32.OpenGL32Util
opengl32 utility API.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic intCount GPUsstatic FunctionwglGetProcAddress(String procName) Return a procedure function pointer
- 
Constructor Details- 
OpenGL32Utilpublic OpenGL32Util()
 
- 
- 
Method Details- 
wglGetProcAddressReturn a procedure function pointer- Parameters:
- procName- the procedure name
- Returns:
- the function
 
- 
countGpusNVpublic static int countGpusNV()Count GPUs- Returns:
- the number of available GPUs
 
 
-