From d2a6e3ac6ef57cf716212c12f13900280e5a86be Mon Sep 17 00:00:00 2001 From: albanc Date: Wed, 13 Aug 2003 12:06:39 +0000 Subject: Issue number: Obtained from: Submitted by: albanc Reviewed by: CVS: ---------------------------------------------------------------------- CVS: Issue number: CVS: If this change addresses one or more issues, CVS: added isInitialized() method for enabling querrying pBuffer initialization status CVS: Reviewed by: Posted a mail with diff() and explanations on the jogl CVS mailing list 2 days ago. Since I got no objections (nor replies) and since the addition can not affect compatibility nor stability, considering this as a yes. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@53 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/net/java/games/jogl/GLPbuffer.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/java/games/jogl/GLPbuffer.java') diff --git a/src/net/java/games/jogl/GLPbuffer.java b/src/net/java/games/jogl/GLPbuffer.java index de85f6950..5df8d616c 100644 --- a/src/net/java/games/jogl/GLPbuffer.java +++ b/src/net/java/games/jogl/GLPbuffer.java @@ -60,4 +60,7 @@ public interface GLPbuffer extends GLDrawable { /** Unbinds the pbuffer from its internal texture target. */ public void releaseTexture(); + + /** Querries initialization status a this pBuffer*/ + public boolean isInitialized(); } -- cgit v1.2.3