Graphics using an xbr shader

Bingdom

Googledom
Code:
shader_set(shd_name);
    draw_surface(application_surface,0,0);
shader_reset();
Put this in the draw gui event and disable the drawing of the application surface, so you aren't drawing it twice.

There might be an included example in it to teach you.
 
Top