remove unused sampledDepth parameter from capture_uv material

This commit is contained in:
Nick Fisher
2025-05-22 15:03:52 +08:00
parent 9785576866
commit 2bf77f123f

View File

@@ -24,10 +24,6 @@ material {
{
name : screenPos,
precision : high
},
{
name: sampledDepth,
precision : high
}
],
requires : [ position, uv0 ],