Skip to content

Instantly share code, notes, and snippets.

@quentinfasquel
Last active March 27, 2020 20:25
Show Gist options
  • Save quentinfasquel/78547eaee7799fada971cfcc605ea9b8 to your computer and use it in GitHub Desktop.
Save quentinfasquel/78547eaee7799fada971cfcc605ea9b8 to your computer and use it in GitHub Desktop.
#include <metal_stdlib>
using namespace metal;
#include <CoreImage/CoreImage.h>
extern "C" {
namespace coreimage {
float4 doNothing(sampler src) {
return src.sample(src.coord());
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment