LWJGL / lwjgl3

LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
https://www.lwjgl.org
BSD 3-Clause "New" or "Revised" License
4.67k stars 628 forks source link

fix(Nuklear): wrong autogenerated point count #979

Closed wedesoft closed 3 weeks ago

wedesoft commented 1 month ago

The autogenerated point count for polygon operations is wrong (array size needs to be divided by two). I checked that the following methods are affected:

Note that I didn't manage to build new JAR files, so I was not able to test the fix.

See below issue for screenshots.

Closes #978

wedesoft commented 1 month ago

Ok, managed to create updated JAR files. The fix works: fixpoly

Spasi commented 3 weeks ago

Thank you @wedesoft!

wedesoft commented 3 weeks ago

Thanks for maintaining LWJGL3 :)