On 4/17/2026 3:32 AM, Dennis wrote: > else return GLSupport.gl21; The `else` at the end should execute `static assert(0, "unsupported version");` or somebody is going to get an unpleasant surprise.