mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Added preprocessing for effects
This commit is contained in:
@@ -43,4 +43,6 @@ PS_IN VS(VS_IN input)
|
||||
float4 PS(PS_IN input) : SV_TARGET
|
||||
{
|
||||
return input.Color * BaseColor;
|
||||
}
|
||||
}
|
||||
|
||||
#effect[VS=VS,PS=PS]
|
||||
|
||||
Reference in New Issue
Block a user