picogl.texture.texture_spec =========================== .. py:module:: picogl.texture.texture_spec .. autoapi-nested-parse:: TextureSpec Classes ------- .. autoapisummary:: picogl.texture.texture_spec.TextureSpec Module Contents --------------- .. py:class:: TextureSpec Texture Spec .. py:attribute:: width :type: int .. py:attribute:: height :type: int .. py:attribute:: format :type: str :value: 'rgb' .. py:attribute:: min_filter :type: str :value: 'linear' .. py:attribute:: mag_filter :type: str :value: 'linear' .. py:attribute:: wrap_s :type: str :value: 'clamp' .. py:attribute:: wrap_t :type: str :value: 'clamp'