Internal WebGPU initialization layer for the Magma Game Engine.
Wraps WebGPU’s async adapter/device setup into a simple synchronous API suitable for engine use.
Provides:
- Instance
- Adapter
- Device
- Queue
This is a minimal, low-level component and is not intended for external use.