Deltarune (Chapter 5) script viewer

← back to main script listing

gml_GlobalScript_liveshaderupdate

(view raw script w/o annotations or w/e)
1
live_shader_updated = function(arg0, arg1, arg2)
2
{
3
    shader_replace_simple(shader_index, vertex_hlsl_code, pixel_hlsl_code);
4
    show_debug_message_concat("updating shader....");
5
};