Closed boredhuman closed 4 months ago
Hey @boredhuman,
I have made some changes/additions to this commit, but I don't have push access to the PR branch. Could you please enable it? See https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork.
@Spasi Ok you should be able to make the changes now.
Thank you @boredhuman!
https://registry.khronos.org/OpenGL/specs/gl/glspec14.pdf https://registry.khronos.org/OpenGL/specs/gl/glspec13.pdf
From the specifications above we can see that these constants moved from being part of the arb imaging extensions to part of opengl. This can also be verified by generating headers using GLAD without extensions , for opengl 1.4 and finding these constants present in the headers.
To find these constants in the specifications consult the the state tables specifically the pixel operations table.