"textures/misc/underwater.png" texture rendering issue
fewizz opened this issue ยท 1 comments
System Informatinon
- Minecraft Version: 1.18.1
- Canvas Version: 1.0.2281
- Operating System: Linux, 5.15
- Graphics Card: AMD Radeon RX 550
- Pipeline: Standart
Input, rendering textures/misc/underwater.png
texture (somewhere after fabulous
and fab_write
passes, according to RenderDoc):
Output, when rendering with hud:
Depth is 1.0 except for hand:
Pointing at hand:
And thats ok.
Output, when rendering without hud (and hand, F1 pressed):
Depth is 0.9 at any point, but should be 1.0.
I hope that explanation of issue was clear.