Expand description
Native Metal backend registration boundary.
The crate is intentionally platform-honest:
- Apple targets compile and register the
metalbackend. - Non-Apple targets compile the crate but do not register a backend.
acquire()on non-Apple targets returns an actionable unsupported error.
Constants§
- METAL_
BACKEND_ ID - Stable backend id for native Metal execution.
Functions§
- acquire
- Acquire the native Metal backend on non-Apple targets.