1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-13 14:07:34 +00:00
serenity/Userland/Libraries/LibGL/GL
Stephan Unverwerth b54573739c LibGL: Implement glTexEnvf
This controls how fetched texels are combined with the color that was
produced by a preceding texture unit or with the vertex color if it is
the first texture unit.

Currently only a small subset of possible combine modes is implemented
as required by glquake.
2021-08-26 19:54:31 +02:00
..
gl.h LibGL: Implement glTexEnvf 2021-08-26 19:54:31 +02:00