From c643b8aaec6f5ff04eb010714f4be1d61fcd275a Mon Sep 17 00:00:00 2001 From: luboslenco Date: Mon, 2 Feb 2026 20:52:08 +0100 Subject: [PATCH] tests: fix cube pipeline --- base/tests/cube/sources/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/tests/cube/sources/main.ts b/base/tests/cube/sources/main.ts index c1a951a4..bfb2340c 100644 --- a/base/tests/cube/sources/main.ts +++ b/base/tests/cube/sources/main.ts @@ -46,7 +46,8 @@ function ready() { depth_write : true, vertex_elements : [ {name : "pos", data : "short4norm"}, {name : "tex", data : "short2norm"} ], constants : [ {name : "WVP", type : "mat4", link : "_world_view_proj_matrix"} ], - texture_units : [ {name : "my_texture"} ] + texture_units : [ {name : "my_texture"} ], + depth_attachment: "D32" } ] } ] };