Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 442 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 442 Bytes

MetalUnity

A simple interface for performing GPU accelerated computation using iOS's Metal API from Unity.

Usage

Simple! Just drop the contents of the Scripts folder into your iOS Unity Project's Plugins folder and MetalUnity is ready to go!

Example

The simplest way to use MetalUnity is the ComputeStack. See the example for a full implementation.