jogl-samples icon indicating copy to clipboard operation
jogl-samples copied to clipboard

The Java OpenGL Samples Pack

Results 25 jogl-samples issues
Sort by recently updated
recently updated
newest added

> add "-ea" in VM options in run config for the asserts to work (in [README.md](https://github.com/jvm-graphics-labs/jogl-samples#quick-setup)) I don't know if this needs some rewriting or the code. But asserts are...

[Bug 1287](https://jogamp.org/bugzilla/show_bug.cgi?id=1287) `gl4.glNamedBufferStorage(bufferName[Buffer.ELEMENT], elementSize, elementBuffer, 0);` fires ``` Caused by: java.lang.InternalError: Immutable glNamedBufferStorage not supported yet at jogamp.opengl.GLBufferObjectTracker.createBufferStorage(GLBufferObjectTracker.java:219) at jogamp.opengl.gl4.GL4bcImpl.glNamedBufferStorage(GL4bcImpl.java:40826) at tests.gl_450.Gl_450_direct_state_access.initBuffer(Gl_450_direct_state_access.java:220) ``` and Bug [1288](https://jogamp.org/bugzilla/show_bug.cgi?id=1288)

vertexData also /**/ windowSize multiplications

https://github.com/Groovounet/ogl-samples-deprecated/compare/master...g-truc:master https://github.com/Groovounet/ogl-samples-deprecated/commit/c17112ec25b71db8e348ec9a8e5148d840443ac2#diff-984fa0d3207fa3e4b3a5abd24cc010a6

Check array buffers size ( why \* 2)

Probably solved using a squized class from the JME3 [deallocation one](https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-core/src/main/java/com/jme3/util/BufferUtils.java) Just leaving this issue open for possible future changing