diff --git a/Effects/FXB/SimpleDepthEffect.fxb b/Effects/FXB/SimpleDepthEffect.fxb index fee70bc..6fb3390 100644 --- a/Effects/FXB/SimpleDepthEffect.fxb +++ b/Effects/FXB/SimpleDepthEffect.fxb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41083a1789c08363517ab1279e80e985e8fcfc3439411d13df4a5ea4667491e9 +oid sha256:1d7cf3fe596e7a49ea9c59c8db8945080565faac208e40d10b2bf27cdeae7c20 size 1340 diff --git a/Effects/HLSL/SimpleDepthEffect.fx b/Effects/HLSL/SimpleDepthEffect.fx index a4c3bbc..55224cd 100644 --- a/Effects/HLSL/SimpleDepthEffect.fx +++ b/Effects/HLSL/SimpleDepthEffect.fx @@ -17,7 +17,7 @@ struct VertexShaderInput struct VertexShaderOutput { float4 Position : SV_POSITION; - float Depth : DEPTH; + float Depth : TEXCOORD0; }; VertexShaderOutput main_vs(VertexShaderInput input)