Silk.NET
Silk.NET copied to clipboard
TextureWrapMode enum contains LinearMipmapLinear
Summary
The TextureWrapMode enum contains LinearMipmapLinear which isn't in the GL spec.
Steps to reproduce
It's in the Silk.NET.OpenGL namespace, repro is simply writing TextureWrapMode.LinearMipmapLinear. I haven't seen what behaviour it causes though.
This needs to be fixed upstream.
Going to close as "won't fix", as this is an upstream issue. If this should be fixed, then the fix is simple: just ctrl+f for GL_LINEAR_MIPMAP_LINEAR in gl.xml and PR a fix for the declaration line.