fixes for wide line clipping and mipmap filtering
wide lines or other objects using the geometry shader were not being clipped. This fixes that. Mipmaped linear textures were using linearmipmapnearest when they should default to linearmipmaplinear.
Loading
Please register or sign in to comment