Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PythonicEngine documentation
PythonicEngine documentation

Table of Contents

  • Modules
    • camera module
    • light module
    • main module
    • mesh module
    • model module
    • scene module
    • scene_renderer module
    • shader_program module
    • texture module
    • vao module
    • vbo module
Back to top
View this page

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]¶
Next
vao module
Previous
shader_program module
Copyright © 2025, papadanku
Made with Sphinx and @pradyunsg's Furo
On this page
  • texture module
    • Texture
      • Texture.destroy()
      • Texture.get_depth_texture()
      • Texture.get_texture()
      • Texture.get_texture_cube()