We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux
dfa59b3d879e719a1b4b078a310d3758d1f4e743
2b66390
adopt-openjdk-14.0.1
driver.drawVertexBuffer(shader, listOf(vb), DrawPrimitive.PATCHES, 0, vb.vertexCount)
with
GL ERROR: GL_INVALID_VALUE null (GL3Exception)
val shader = Shader.preprocessedFromUrls( vsUrl = resourceUrl("/shaders/ts-04.vert"), tcsUrl = resourceUrl("/shaders/ts-04.tesc"), tesUrl = resourceUrl("/shaders/ts-04.tese"), gsUrl = resourceUrl("/shaders/ts-04.geom"), fsUrl = resourceUrl("/shaders/ts-04.frag") )
An operation is not implemented: Not yet implemented (NotImplementedError)
Run the mentioned demos in the orx repo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Operating System
Linux
OPENRNDR version
dfa59b3d879e719a1b4b078a310d3758d1f4e743
ORX version
2b66390
Java version (if applicable)
adopt-openjdk-14.0.1
Describe the bug
The DemoTessShader 01 to 03 demos fail on this line:
with
The DemoTessShader04 fails at:
with
Steps to reproduce the bug
Run the mentioned demos in the orx repo
The text was updated successfully, but these errors were encountered: