Skip to content
  • Ken Martin's avatar
    fixes for wide line clipping and mipmap filtering · 4efa5a97
    Ken Martin authored
    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.
    4efa5a97