An open API service indexing awesome lists of open source software.

https://github.com/postmalloc/metal-cpp-example

Just a C++ port of Apple's Metal API example
https://github.com/postmalloc/metal-cpp-example

apple apple-silicon example metal metal-cpp

Last synced: about 2 months ago
JSON representation

Just a C++ port of Apple's Metal API example

Awesome Lists containing this project

README

          

# Metal-Cpp Example
Just a C++ port of Apple's Metal API [example](https://developer.apple.com/documentation/metal/basic_tasks_and_concepts/performing_calculations_on_a_gpu?preferredLanguage=occ).

Since the Metal C++ API is rather new, there aren't many
examples on the internet that demonstrate explicit
usage of the C++ parts. This code can serve as a reference
if you plan to use the C++ API specifically.