Auto-sync: 2026-04-20 09:58

This commit is contained in:
2026-04-20 09:58:08 +08:00
parent d7bf4ae6de
commit 455f7a3c40
53 changed files with 1889 additions and 0 deletions

27
wiki/concepts/Metal.md Normal file
View File

@@ -0,0 +1,27 @@
---
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 渲染、游戏开发、机器学习加速、科学计算可视化