nyx_py_renderer#

Nyx GPU renderer bindings: bridges a Vulkan scene to CUDA tensors for use from Python.

Classes

BridgeStartupParams

Parameters passed to NyxRenderer.startup.

BridgeUpdateData

Per-frame update payload: CUDA device pointers (as uint64) and counts that the renderer reads to refresh GPU scene state.

BridgeUpdateDesc

Describes the GPU buffers the renderer must allocate to be driven from Python (counts of cameras, geometry, references).

EDebugView

Channel visualized when ERenderMode.Debug is active.

ERenderMode

Renderer execution mode.

NyxRenderer

GPU rendering bridge.

SceneReference

Reference to a specific node inside a loaded scene by target UUID and node name.