godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.93k stars 21.15k forks source link

Screen not clearing in transparent background #96297

Open DennisFan11 opened 2 months ago

DennisFan11 commented 2 months ago

Tested versions

v4.3.beta3.official [82cedc83c]

System information

Godot v4.3.beta3 - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce RTX 2060 SUPER (NVIDIA; 31.0.15.5176) - Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz (12 Threads)

Issue description

In transparent background, screen doesn't clearing image

Steps to reproduce

gl_compatibility WorldEnvironment:background_mode: canvas, glow_enabled = true rendering/viewport/transparent_background = true rendering/viewport/hdr_2d = true

Minimal reproduction project (MRP)

background_test.zip

AThousandShips commented 2 months ago

Related: