Added getProfile() method

This commit is contained in:
codeanticode
2011-07-22 00:07:51 +00:00
parent d165503d99
commit c7841360d1

View File

@@ -1049,6 +1049,14 @@ public class PGraphicsOpenGL extends PGraphics {
}
/**
* Get the current profile.
*/
public GLProfile getProfile() {
return profile;
}
/**
* Get the current drawable.
*/