aboutsummaryrefslogtreecommitdiff
path: root/musikcube_win32_with_milkdrop2_0.98.1/plugins/Milkdrop2/data/comp_ps.fx
blob: a4020ea3f1ac3a0dcd0df9a1611412deae99da63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
shader_body
{  
    //************************************************************
    // NOTE: the body of this shader will be replaced by MilkDrop
    //       whenever a pre-MilkDrop-2 preset is loaded!
    //************************************************************

    ret = tex2D(sampler_main, uv).xyz;

    //************************************************************
    // NOTE: the body of this shader will be replaced by MilkDrop
    //       whenever a pre-MilkDrop-2 preset is loaded!
    //************************************************************
}