sokol
sokol copied to clipboard
Remove SG_FILTER_NONE
This was actually only required because of the 'incompleteness problem' in the GL backend which is fixed by setting GL_TEXTURE_MAX_LEVEL.
D3D11 and WebGPU (also Vulkan) don't have the concept of a "none" mipmap filter.
GL and Metal do.