# {py:mod}`simvx.graphics.scene.draw_batch` ```{py:module} simvx.graphics.scene.draw_batch ``` ```{autodoc2-docstring} simvx.graphics.scene.draw_batch :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`DrawBatch ` - ```{autodoc2-docstring} simvx.graphics.scene.draw_batch.DrawBatch :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`__all__ ` - ```{autodoc2-docstring} simvx.graphics.scene.draw_batch.__all__ :summary: ``` ```` ### API ````{py:data} __all__ :canonical: simvx.graphics.scene.draw_batch.__all__ :value: > ['DrawBatch'] ```{autodoc2-docstring} simvx.graphics.scene.draw_batch.__all__ ``` ```` `````{py:class} DrawBatch() :canonical: simvx.graphics.scene.draw_batch.DrawBatch ```{autodoc2-docstring} simvx.graphics.scene.draw_batch.DrawBatch ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.graphics.scene.draw_batch.DrawBatch.__init__ ``` ````{py:method} build(index_counts: numpy.ndarray, first_indices: numpy.ndarray, vertex_offsets: numpy.ndarray) -> numpy.ndarray :canonical: simvx.graphics.scene.draw_batch.DrawBatch.build ```{autodoc2-docstring} simvx.graphics.scene.draw_batch.DrawBatch.build ``` ```` `````