simvx.graphics.gpu.commands

Command pool and command buffer helpers.

Module Contents

Classes

CommandContext

Manages a command pool and provides command buffer allocation.

Data

API

simvx.graphics.gpu.commands.__all__

[‘CommandContext’]

simvx.graphics.gpu.commands.log

‘getLogger(…)’

class simvx.graphics.gpu.commands.CommandContext(device: Any, queue_family_index: int)

Manages a command pool and provides command buffer allocation.

Initialization

create_pool() None
allocate(count: int = 1) list[Any]
destroy() None