mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Added getProfile() method
This commit is contained in:
@@ -1049,6 +1049,14 @@ public class PGraphicsOpenGL extends PGraphics {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get the current profile.
|
||||
*/
|
||||
public GLProfile getProfile() {
|
||||
return profile;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get the current drawable.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user