https://github.com/63rabbits/mtl_cif2mtl2cifsample
Connect 3 render passes : Core Image Filter -> Metal Shader -> Core Image Filter.
https://github.com/63rabbits/mtl_cif2mtl2cifsample
cifilter ios metal
Last synced: 3 months ago
JSON representation
Connect 3 render passes : Core Image Filter -> Metal Shader -> Core Image Filter.
- Host: GitHub
- URL: https://github.com/63rabbits/mtl_cif2mtl2cifsample
- Owner: 63rabbits
- License: mit
- Created: 2023-08-02T08:51:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T10:46:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T08:45:59.068Z (5 months ago)
- Topics: cifilter, ios, metal
- Language: Swift
- Homepage:
- Size: 2.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MTL_CIF2MTL2CIFSample
Connect 3 render passes : Core Image Filter -> Metal Shader -> Core Image Filter.
---
Note :
- It works only on the actual device.
- At the end of the code, an additional Metal Shader is run. This is to fit the image into MTKView.
---
