Closed SunSerega closed 2 years ago
Enums of groups FogMode and FogCoordSrc are accepted by the second parameter of glFogi, depending on the first parameter: https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glFog.xml Though there is currently no way to specify this relation in the glFogi definition...
FogMode
FogCoordSrc
glFogi
Approved to merge. Since this is group property it won't affect working group members.
Enums of groups
FogMode
andFogCoordSrc
are accepted by the second parameter ofglFogi
, depending on the first parameter: https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glFog.xml Though there is currently no way to specify this relation in theglFogi
definition...