Module context

Module context 

Source
Expand description

GPU context management for mesh processing.

Provides lazy initialization of the GPU device and queue, with automatic fallback detection when GPU is unavailable.

Structs§

GpuAdapterInfo
Information about the GPU adapter.
GpuContext
GPU context containing device, queue, and adapter information.

Enums§

GpuDevicePreference
GPU device preference for adapter selection.