texture module#

This module processes an application’s textures

class texture.Texture(app)[source]#

Bases: object

destroy()[source]#
get_depth_texture()[source]#
get_texture(path)[source]#
get_texture_cube(dir_path, ext='png')[source]#