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
- Host: GitHub
- URL: https://github.com/postmalloc/metal-cpp-example
- Owner: postmalloc
- License: mit
- Created: 2021-12-05T15:25:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T15:48:16.000Z (about 4 years ago)
- Last Synced: 2023-08-19T03:40:51.696Z (over 2 years ago)
- Topics: apple, apple-silicon, example, metal, metal-cpp
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 32
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.