Closed ghost closed 6 months ago
I have no clue why but i did the step you told to do to reproduce the error but for me it work
What verson of OpenGL are you running? From what I can tell this appears to be an version specific issue.
OpengL Version: 3.1.0 - Build 9.17.10.4229
I believe the issue is that in OpenGL 3.0 glbegin()
is depreciated and errors when called. Can you try manually setting your OpenGL version to 3.3 at line 953 in RLGL.java
and try to run the example?
Describe the bug
To Reproduce Steps to reproduce the behavior:
git clone https://github.com/AKDev21/temporary-repository.git
cd temporary-repository
gradlew run
Expected behavior core-window example
Desktop (please complete the following information):