# {py:mod}`simvx.graphics.renderer.mesh_registry` ```{py:module} simvx.graphics.renderer.mesh_registry ``` ```{autodoc2-docstring} simvx.graphics.renderer.mesh_registry :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`MeshRegistry ` - ```{autodoc2-docstring} simvx.graphics.renderer.mesh_registry.MeshRegistry :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`__all__ ` - ```{autodoc2-docstring} simvx.graphics.renderer.mesh_registry.__all__ :summary: ``` ```` ### API ````{py:data} __all__ :canonical: simvx.graphics.renderer.mesh_registry.__all__ :value: > ['MeshRegistry'] ```{autodoc2-docstring} simvx.graphics.renderer.mesh_registry.__all__ ``` ```` `````{py:class} MeshRegistry(device: typing.Any, physical_device: typing.Any) :canonical: simvx.graphics.renderer.mesh_registry.MeshRegistry ```{autodoc2-docstring} simvx.graphics.renderer.mesh_registry.MeshRegistry ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.graphics.renderer.mesh_registry.MeshRegistry.__init__ ``` ````{py:method} register(vertices: numpy.ndarray, indices: numpy.ndarray) -> simvx.graphics._types.MeshHandle :canonical: simvx.graphics.renderer.mesh_registry.MeshRegistry.register ```{autodoc2-docstring} simvx.graphics.renderer.mesh_registry.MeshRegistry.register ``` ```` ````{py:method} get_buffers(handle: simvx.graphics._types.MeshHandle) -> tuple[typing.Any, typing.Any] :canonical: simvx.graphics.renderer.mesh_registry.MeshRegistry.get_buffers ```{autodoc2-docstring} simvx.graphics.renderer.mesh_registry.MeshRegistry.get_buffers ``` ```` ````{py:method} destroy() -> None :canonical: simvx.graphics.renderer.mesh_registry.MeshRegistry.destroy ```{autodoc2-docstring} simvx.graphics.renderer.mesh_registry.MeshRegistry.destroy ``` ```` `````