mirror of
https://github.com/milkdrop2077/MilkDrop3.git
synced 2026-04-03 14:26:59 +00:00
14 lines
585 B
HLSL
14 lines
585 B
HLSL
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!
|
|
//************************************************************
|
|
} |