Skip to content

Instantly share code, notes, and snippets.

@MasDennis
Created September 26, 2021 18:05
Show Gist options
  • Save MasDennis/98560732d315a1472d7148797a7ab20a to your computer and use it in GitHub Desktop.
Save MasDennis/98560732d315a1472d7148797a7ab20a to your computer and use it in GitHub Desktop.
let device = MTLCreateSystemDefaultDevice()
let library = device.makeDefaultLibrary()
let postProcessingKernel = library.makeFunction(name: "inverseColorKernel")
let pipelineState = try? device.makeComputePipelineState(function: postProcessingKernel)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment