This commit is contained in:
2026-01-07 14:25:11 -06:00
parent 0522b967ca
commit 4ea9d43a94
9 changed files with 302 additions and 69 deletions

View File

@@ -1627,9 +1627,8 @@ function _do_blit(cmd_buffer, cmd, current_target, get_swapchain_tex) {
var pass = cmd_buffer.render_pass({
color_targets: [{
texture: swap_tex,
load: "clear",
store: "store",
clear_color: {r: 0, g: 0, b: 0, a: 1}
load: "load", // Load existing content to blend layers properly
store: "store"
}]
})