Files
nexus/wiki/concepts/Metal.md
2026-04-20 09:58:08 +08:00

27 lines
615 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Metal"
type: concept
tags: [graphics, rendering, apple, gpu, metal]
date: 2026-04-20
---
## Definition
Metal 是 Apple 的 GPU 编程框架,提供低开销的 GPU 访问接口,用于构建高性能图形渲染和计算应用。
## Core Attributes
- 低开销 GPU 访问
- GPU 着色器支持
- 硬件加速渲染
- GPU 计算内核
- Instanced rendering
- Triple buffering
## Related Concepts
- [[Spatial Computing]]:应用场景
- [[Vision Pro]]:目标平台
## Related Entities
- Apple框架开发者
## Application
3D 渲染、游戏开发、机器学习加速、科学计算可视化