1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
.. py:module:: moderngl_window.loaders.data.binary
.. py:currentmodule:: moderngl_window.loaders.data.binary
data.binary.Loader
==================
Method
------
.. automethod:: Loader.__init__
.. automethod:: Loader.supports_file
.. automethod:: Loader.load
.. automethod:: Loader.find_data
.. automethod:: Loader.find_program
.. automethod:: Loader.find_texture
.. automethod:: Loader.find_scene
Attributes
----------
.. autoattribute:: Loader.kind
.. autoattribute:: Loader.file_extensions
.. autoattribute:: Loader.ctx
|