diff options
author | Sven Gothel <[email protected]> | 2012-03-26 20:51:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-26 20:51:06 +0200 |
commit | 375ab2da54ded1f3b3d90dc21b91fc6b87c64285 (patch) | |
tree | 36d9762270a1e3173c2740368a70f845bfb26c85 /make | |
parent | a0abff2c5ea6adee2813bf49141b2a106f055390 (diff) |
NIODirectOnly: Remove invalid comment 'where a Buffer argument shall hold return values', glGetPointerv, ..
The PrimitiveArrayCritical JNI code takes care of copy back the primitive array data
if pinpoint is not available.
Diffstat (limited to 'make')
-rw-r--r-- | make/config/jogl/gl-common.cfg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/make/config/jogl/gl-common.cfg b/make/config/jogl/gl-common.cfg index d686c03f3..39b1dbde7 100644 --- a/make/config/jogl/gl-common.cfg +++ b/make/config/jogl/gl-common.cfg @@ -360,10 +360,7 @@ ReturnsString glGetStringi # # NIODirectOnly directives for vertex arrays and other core routines -# essential where the buffer lifecycle extends the function call -# or where a Buffer argument shall hold return values -# (no guarantee of pinpoint array memory access). -# The latter is not handled by GlueGen, and would be expensive! +# essential where the buffer lifecycle extends the function call. # # Note: API calls like glColorPointer(..) will not be exploded to # multiple primitive arrays, since the pointer argument is 'void *'. @@ -379,10 +376,13 @@ ReturnsString glGetStringi #NIODirectOnly glVertexAttribPointer #NIODirectOnly glFogCoordPointer #NIODirectOnly glSecondaryColorPointer -NIODirectOnly glGetPointerv -NIODirectOnly glFeedbackBuffer -NIODirectOnly glSelectBuffer -NIODirectOnly glGetBufferSubData + +#Return values +#NIODirectOnly glGenBuffers +#NIODirectOnly glGetPointerv +#NIODirectOnly glFeedbackBuffer +#NIODirectOnly glSelectBuffer +#NIODirectOnly glGetBufferSubData # # NIODirectOnly directives for other extensions |