mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Clarified comment. Mac OS X: Added debug output
This commit is contained in:
parent
31a4d7e3f5
commit
e5a0e67f6d
2 changed files with 5 additions and 6 deletions
|
|
@ -34,10 +34,7 @@ package org.lwjgl.opengl;
|
|||
import org.lwjgl.LWJGLException;
|
||||
import org.lwjgl.Sys;
|
||||
|
||||
import java.lang.ref.WeakReference;
|
||||
import java.lang.reflect.Field;
|
||||
import java.lang.reflect.Method;
|
||||
import java.lang.reflect.Modifier;
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
|
|
@ -48,8 +45,8 @@ import java.util.*;
|
|||
* pointers.
|
||||
*
|
||||
* This class is thread-safe in the sense that multiple threads can safely call all public methods. The class is also
|
||||
* thread-aware in the sense that it tracks a per-thread current context (and capabilities). That way, multiple threads
|
||||
* can have multiple contexts current and render to them concurrently.
|
||||
* thread-aware in the sense that it tracks a per-thread current context (including capabilities and function pointers).
|
||||
* That way, multiple threads can have multiple contexts current and render to them concurrently.
|
||||
*
|
||||
* @author elias_naur <elias_naur@users.sourceforge.net>
|
||||
* @version $Revision$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue