change simpledeptheffect to use texcoord0

palette_crush
cosmonaut 2020-12-08 13:33:45 -08:00
parent 14e07c7476
commit 1723f1dff8
2 changed files with 2 additions and 2 deletions

BIN
Effects/FXB/SimpleDepthEffect.fxb (Stored with Git LFS)

Binary file not shown.

View File

@ -17,7 +17,7 @@ struct VertexShaderInput
struct VertexShaderOutput struct VertexShaderOutput
{ {
float4 Position : SV_POSITION; float4 Position : SV_POSITION;
float Depth : DEPTH; float Depth : TEXCOORD0;
}; };
VertexShaderOutput main_vs(VertexShaderInput input) VertexShaderOutput main_vs(VertexShaderInput input)