mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
GLCaps.determineAvailableExtensions is not public anymore
This commit is contained in:
parent
754f917730
commit
1ab5a0f887
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ public abstract class GLCaps {
|
|||
* Determine which extensions are available. Use this to initialize capability fields.
|
||||
* Can only be called _after_ a GLWindow or Pbuffer has been created.
|
||||
*/
|
||||
public static void determineAvailableExtensions(HashSet exts) {
|
||||
static void determineAvailableExtensions(HashSet exts) {
|
||||
// Grab all the public static booleans out of this class
|
||||
Field[] fields = GLCaps.class.getDeclaredFields();
|
||||
HashMap map = new HashMap(fields.length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue