# {py:mod}`simvx.graphics.gpu.context` ```{py:module} simvx.graphics.gpu.context ``` ```{autodoc2-docstring} simvx.graphics.gpu.context :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`GPUContext ` - ```{autodoc2-docstring} simvx.graphics.gpu.context.GPUContext :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`__all__ ` - ```{autodoc2-docstring} simvx.graphics.gpu.context.__all__ :summary: ``` ```` ### API ````{py:data} __all__ :canonical: simvx.graphics.gpu.context.__all__ :value: > ['GPUContext'] ```{autodoc2-docstring} simvx.graphics.gpu.context.__all__ ``` ```` `````{py:class} GPUContext(device: typing.Any, physical_device: typing.Any, graphics_queue: typing.Any, present_queue: typing.Any, graphics_qf: int, cmd_ctx: simvx.graphics.gpu.commands.CommandContext) :canonical: simvx.graphics.gpu.context.GPUContext ```{autodoc2-docstring} simvx.graphics.gpu.context.GPUContext ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.graphics.gpu.context.GPUContext.__init__ ``` ````{py:attribute} __slots__ :canonical: simvx.graphics.gpu.context.GPUContext.__slots__ :value: > ('device', 'physical_device', 'graphics_queue', 'present_queue', 'graphics_qf', 'cmd_ctx') ```{autodoc2-docstring} simvx.graphics.gpu.context.GPUContext.__slots__ ``` ```` ````{py:property} command_pool :canonical: simvx.graphics.gpu.context.GPUContext.command_pool :type: typing.Any ```{autodoc2-docstring} simvx.graphics.gpu.context.GPUContext.command_pool ``` ```` `````