Jaklans / gpu-histogram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compute Shader Histogram

A compute shader to take in a buffer of bytes and create a histogram for a given number of bins. The code can process an arbetrary amount of data and invocation size. Contains a basic OpenGL boilerplate to dispatch the shader.

About

License:MIT License


Languages

Language:C 95.4%Language:Objective-C 3.3%Language:C++ 1.3%