Metal 框架从入门到精通-介绍

2018-12-13  本文已影响0人  一位不愿透露姓名的劉公子

Metal
Render advanced 3D graphics and perform data-parallel computations using graphics processors.

Overview

Graphics processors (GPUs) are designed to quickly render graphics and perform data-parallel calculations. Use the Metal framework when you need to communicate directly with the GPUs available on a device. Apps that render complex scenes or that perform advanced scientific calculations can use this power to achieve maximum performance. Such apps include:

GPU 被设计用来快速的提供图像信息和用于数据并行计算。使用 Metal 框架在设备上直接和 GPU 进行沟通。应用可以使用 Metal 更有效的去显示复杂的场景或者更高效的科学计算。
例如下面这些类型的应用:
3D 游戏,视频剪辑软件,科研软件。

上一篇 下一篇

猜你喜欢

热点阅读