- Status: open --> merged
T_chan wants to merge 1 commit from /u/t-chan/cadcdev/ to master, 2021-12-11
As stand-alone solution, there is no problem with kos & kos-ports:
Once we start adding extra kos/addons (eg: GLdc), which have glClearDepth() defined as a real function in their "gl.h" include file, the problem arises:
There are several ways to solve this, I tried to keep it in lign with the rest of libGL
(and not eg define the function with Glclampd / GLdouble as the OpenGL spec specifies), since those are not used elsewhere in libGL, and would be mapped to floats anyways in libGL).