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!
//************************************************************
}
|