Skip to content

Instantly share code, notes, and snippets.

@avinashselvam
avinashselvam / filter.swift
Created June 19, 2019 11:15
A swift class that implements GPU based image processing
//
// filter.swift
// fltr
//
// Created by Avinash on 18/06/19.
// Copyright © 2019 eightyfive. All rights reserved.
//
import Metal
import MetalKit