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

Could you add MagicValue annotation to GL/AL functions ? #878

Open kadir1243 opened 1 year ago

kadir1243 commented 1 year ago

Question

It would be great if you add Jetbrains MagicConstant annotation to GL/AL functions. This will make users to not use wrong values.