Added preprocessing for effects

This commit is contained in:
Simon Lübeß
2021-02-14 15:31:58 +01:00
parent 1f33949be2
commit 6ab6a6a0b9
4 changed files with 110 additions and 12 deletions
+3 -1
View File
@@ -50,4 +50,6 @@ PS_IN VS(VS_IN input)
float4 PS(PS_IN input) : SV_TARGET
{
return input.Color * ColorTexture.Sample(TextureSampler, input.TexCoord);
}
}
#effect[VS=VS,PS=PS]