Source code for picogl.texture.texture_filter

"""
TextureFilter
"""


[docs] class TextureFilter: """Texture Filter"""
[docs] LINEAR = "linear"