cbaggers / glsl-spec

The GLSL spec as a datastructure
The Unlicense
39 stars 10 forks source link

Unknown types in *variables*. #10

Open hyotang666 opened 2 years ago

hyotang666 commented 2 years ago
* (remove-duplicates (mapcar (lambda (spec) (getf spec :type)) glsl-spec:*variables*) :test #'equal)

("[vec4" "gl_DepthRangeParameters" "uint" "bool" "[float" "uvec3" "int" "vec3"
 "vec4" "vec2" "float") 

"[vec4", "gl_DepthRangeParameters", and "[float" is unknown types for glsl.