27 lines
615 B
Markdown
27 lines
615 B
Markdown
---
|
||
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 渲染、游戏开发、机器学习加速、科学计算可视化 |