From 603068a4e6af5293db10db73ead3a83b7a74af34 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 19 Mar 2023 06:11:35 +0100 Subject: API doc cleanup, add + refine math tests API doc --- src/jogl/classes/com/jogamp/opengl/GLAutoDrawable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jogl/classes/com/jogamp/opengl/GLAutoDrawable.java') diff --git a/src/jogl/classes/com/jogamp/opengl/GLAutoDrawable.java b/src/jogl/classes/com/jogamp/opengl/GLAutoDrawable.java index 385acf082..b9ed73650 100644 --- a/src/jogl/classes/com/jogamp/opengl/GLAutoDrawable.java +++ b/src/jogl/classes/com/jogamp/opengl/GLAutoDrawable.java @@ -175,7 +175,7 @@ public interface GLAutoDrawable extends GLDrawable { *
  • If the old context was current on this thread, it is being released after disassociating this auto-drawable.
  • *
  • If the new context was current on this thread, it is being released before associating this auto-drawable * and made current afterwards.
  • - *
  • Implementation may issue {@link #makeCurrent()} and {@link #release()} while drawable reassociation.
  • + *
  • Implementation may issue {@link GLContext#makeCurrent()} and {@link GLContext#release()} while drawable reassociation.
  • *
  • The user shall take extra care of thread synchronization, * i.e. lock the involved {@link GLAutoDrawable auto-drawable's} * {@link GLAutoDrawable#getUpstreamLock() upstream-locks} and {@link GLAutoDrawable#getNativeSurface() surfaces} -- cgit v1.2.3