mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 07:54:05 +00:00
rem: getProcAddress removed, since it serves no purpose for Java programmers
This commit is contained in:
parent
8349dc96f6
commit
c109f47de2
6 changed files with 0 additions and 71 deletions
|
|
@ -260,15 +260,6 @@ public class ALC {
|
|||
*/
|
||||
public native boolean isExtensionPresent(ALCdevice device, String extName);
|
||||
|
||||
/**
|
||||
* Retrieves the address of a specified context extension function.
|
||||
*
|
||||
* @param device device to query
|
||||
* @param extName name of extension to find
|
||||
* @return address of function
|
||||
*/
|
||||
public native int getProcAddress(ALCdevice device, String extName);
|
||||
|
||||
/**
|
||||
* retrieves the enum value for a specified enumeration name.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue