1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 01:51:01 +00:00
serenity/Userland/Libraries/LibGL/GL
Jesse Buhagiar bf294612a7 LibGL: Implement glLightf{v} and fix gl.h prototype
This implements the `glLightf{v}` family of functions used to set
lighting parameters per light in the GL. It also fixes an incorrect
prototype for the user exposed version of `glLightf{v}` in which
`params` was not marked as `const`.
2022-01-12 13:36:56 +01:00
..
gl.h LibGL: Implement glLightf{v} and fix gl.h prototype 2022-01-12 13:36:56 +01:00
glext.h LibGL: Add glext.h and lots of new defines in gl.h 2021-12-27 11:58:43 +01:00
glplatform.h LibGL: Add glext.h and lots of new defines in gl.h 2021-12-27 11:58:43 +01:00