LWJGL/lwjgl3

More javadoc issues

Speiger opened this issue · 0 comments

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