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

More javadoc issues #970

Open Speiger opened 2 months ago

Speiger commented 2 months ago

Version

3.3.3

Platform

Windows x86

JDK

Java 21 Adoptum

Module

OpenGL

Bug description

I started working on my OpenGL engine again, and started mapping out information for myself in. Then i tried using the links for "https://docs.gl/gl4/glTextureParameteri" and it results, edit: This function is in GL45.java

<Error>
    <Code>AccessDenied</Code>
    <Message>Access Denied</Message>
</Error>

And all of the TextureParameter ones seem to be broken. And the same was for 3.3.2, which was before i reported the href_ causing trouble.

Maybe a script/unit test that scans all links if they are valid might be a good addition.

Update: It looks like Chronos group just merged the old and new function into the documentation.

Stacktrace or crash log output

No response