gpmark

view src/radialblur.h @ 0:5019d031b485

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 05 Jun 2013 22:33:37 +0300
parents
children
line source
1 #ifndef RADIALBLUR_H
2 #define RADIALBLUR_H
4 void InitRadialblur();
5 void RunRadialblur(int ntime, unsigned short *vram);
7 #endif