diff options
author | Sven Gothel <[email protected]> | 2015-10-12 08:11:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-10-12 08:11:28 +0200 |
commit | bf76b6b77f078178fc5e6a42c70d354369004b94 (patch) | |
tree | 8dd9546e419641a9cbbe4c4109cb3eceeb24916c /make/config/jogl/gl-es1.cfg | |
parent | 3236695b3e3e86ce61ca973d94cae04e1d5ba1c0 (diff) |
Streamline GL* profile interfaces and implementations
Only add the required direct interfaces / implementations
to interface / class derivations, not polluting overview in IDEs.
Diffstat (limited to 'make/config/jogl/gl-es1.cfg')
-rw-r--r-- | make/config/jogl/gl-es1.cfg | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/make/config/jogl/gl-es1.cfg b/make/config/jogl/gl-es1.cfg index f72ad54ea..ad565d883 100644 --- a/make/config/jogl/gl-es1.cfg +++ b/make/config/jogl/gl-es1.cfg @@ -26,9 +26,10 @@ JavaClass GLES1 Extends GLES1 GL2ES1 ImplPackage jogamp.opengl.es1 ImplJavaClass GLES1Impl -Implements GLES1Impl GLBase -Implements GLES1Impl GL -Implements GLES1Impl GL2ES1 +#Implements GLES1Impl GLBase +#Implements GLES1Impl GL +#Implements GLES1Impl GL2ES1 +#Implements GLES1Impl GLES1 implicit HierarchicalNativeOutput false Include gl-common.cfg Include gl-common-extensions.cfg |