(Griffin) Add stub for post_render_func for Griffin

This commit is contained in:
twinaphex 2012-12-20 03:59:33 +01:00
parent 318078157d
commit d5dffe88dc

View File

@ -49,3 +49,5 @@
#define context_write_egl_image_func(frame, width, height, pitch, base_size, tex_index, img) gl->ctx_driver->write_egl_image(frame, width, height, pitch, base_size, tex_index,img)
#endif
#define context_post_render_func(gl) ((void)0)