recp / cglm

📽 Highly Optimized 2D / 3D Graphics Math (glm) for C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`struct/clipspace/project_*.h` headers are broken

v1993 opened this issue · comments

Issues with them:

  1. Do not include corresponding array headers
  2. Have dest argument, resulting in redeclaration
  3. glms_project_z_* has return type vec3s instead of expected float

Problem 1 seems to happen with all struct clipspace headers - none of them include corresponding array API headers, resulting in errors if those headers are not included as a side effect.

Hi @v1993,

You seems to be correct, we need fix them asap

Any time to fix them or I'll do it asap?