text rendering
This commit is contained in:
@@ -8,5 +8,6 @@ float4 main(PSInput input) : SV_TARGET
|
||||
{
|
||||
float4 color = diffuse.Sample(smp, input.uv);
|
||||
color *= input.color;
|
||||
clip(color.a-0.01);
|
||||
return color;
|
||||
}
|
||||
Reference in New Issue
Block a user