kingnight / GLImageProcessing

iOS code samples demonstrating how to use OpenGL ES 2.0 for common image processing tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLImageProcessing

iOS code samples demonstrating how to use OpenGL ES 2.0 for common image processing tasks

Update Code to Xcode13

    fragShaderPathname = [[NSBundle mainBundle] pathForResource:@"RippleShader" ofType:@"fsh"];

you can replace "VignetteShader" fragment shader with other different shaders in Shaders List

About

iOS code samples demonstrating how to use OpenGL ES 2.0 for common image processing tasks


Languages

Language:Objective-C 72.5%Language:GLSL 27.5%