diff options
author | Sven Gothel <[email protected]> | 2013-12-22 03:30:26 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-12-22 03:30:26 +0100 |
commit | ac705f0d6eea7c8ba27a7cf7c42674c7446576b4 (patch) | |
tree | c904662ec43f51ce9af9c981a02b4636bff7c18a /make/config/jogl/gl-if-es3.cfg | |
parent | 5077dc84c0cea1ad07b01d07e44bd2bce5a14eec (diff) |
Bug 929, Bug 852 - Reflect ES3 Compatibility with ES2 / Add CPU Sourced Data API Func to ES3 Interface
Since ES3 is compatible w/ ES2 and CPU sourced data is [still] allowed (but marked deprecated),
re-adding them to the ES3 interface for completness.
Note: CPU sourced data API functions will be removed in ES4, similar to GL core >= 3.0
Diffstat (limited to 'make/config/jogl/gl-if-es3.cfg')
-rw-r--r-- | make/config/jogl/gl-if-es3.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/config/jogl/gl-if-es3.cfg b/make/config/jogl/gl-if-es3.cfg index 33e41762a..66fd52597 100644 --- a/make/config/jogl/gl-if-es3.cfg +++ b/make/config/jogl/gl-if-es3.cfg @@ -21,11 +21,13 @@ Extends GLES3 GLES2 Extends GLES3 GL4ES3 HierarchicalNativeOutput false Include gl-common.cfg -Include gl-common-gpubufferonly.cfg Include gl-common-extensions.cfg Include gl2_es3-common.cfg Include gl2_es2-CustomJavaCode.cfg +IncludeAs CustomJavaCode GLES3 gl2_es2-common-cpubufferJavaCode.java +IncludeAs CustomJavaCode GLES3 gl2-common-cpubufferJavaCode.java + ForceExtension GL_ARB_ES3_compatibility # dummy procaddress config / force procaddress for comments |