enum Gloop::Texture::MagFilter
Overview
Scaling function used when a texture is magnified.
Defined in:
gloop/texture/mag_filter.crEnum Members
- 
        Nearest = 9728
- 
        Linear = 9729
Instance Method Summary
- #linear?
- #nearest?
- 
        #to_unsafe
        
          Converts to an OpenGL enum.