tests: fix cube pipeline

This commit is contained in:
luboslenco
2026-02-02 20:52:08 +01:00
parent 4abfab531a
commit c643b8aaec
+2 -1
View File
@@ -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"
} ]
} ]
};