Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/63rabbits/mtl_argsample
https://github.com/63rabbits/mtl_argsample
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/63rabbits/mtl_argsample
- Owner: 63rabbits
- License: mit
- Created: 2023-08-11T09:50:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T11:24:24.000Z (over 1 year ago)
- Last Synced: 2024-03-22T10:34:02.647Z (8 months ago)
- Language: Swift
- Size: 3.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MTL_ArgSample
This is a sample about the argument manipulation of Metal shader functions.
- Use enum for the index part of [[ buffer(index) ]] and [[ texture(inde) ]].
- Pass data less than 4KB.( Use setVertexBytes(), setFragmentBytes() )![](MTL_ArgSample.png)