Closed MonadMania closed 6 months ago
GL spec renamed it to MAX_VARYING_COMPONENTS
in 3.0 or so (:max-varying-components
in cl-opengl), so missed the old name in the wrappers. Will add :max-varying-floats
though, so that should work as well once i push it in a bit.
The error message is:
Unknown query enum: MAX-VARYING-FLOATS [Condition of type SIMPLE-ERROR]
Similar calls to gl:get-integer succeed, so this isn't a problem with how or where the function is being called.
When I switch to an earlier context, like 3.3, the problem persists.