# {py:mod}`simvx.graphics.assets.image_loader` ```{py:module} simvx.graphics.assets.image_loader ``` ```{autodoc2-docstring} simvx.graphics.assets.image_loader :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`load_texture_from_file ` - ```{autodoc2-docstring} simvx.graphics.assets.image_loader.load_texture_from_file :summary: ``` ```` ### API ````{py:function} load_texture_from_file(device: typing.Any, physical_device: typing.Any, queue: typing.Any, cmd_pool: typing.Any, file_path: str) -> tuple[typing.Any, typing.Any, int, int] :canonical: simvx.graphics.assets.image_loader.load_texture_from_file ```{autodoc2-docstring} simvx.graphics.assets.image_loader.load_texture_from_file ``` ````