Убрана текстура для проверки

This commit is contained in:
2026-01-22 18:17:08 +03:00
parent 9687d9cab5
commit df467df5d6

View File

@@ -209,13 +209,6 @@ fn gui_frame(ctx: *WindowContext) bool {
},
},
);
dvui.renderTexture(tex, dvui.RectScale{ .r = dvui.Rect.Physical{
.x = @floatFromInt(vis.x),
.y = @floatFromInt(vis.y),
.w = @floatFromInt(tex.width),
.h = @floatFromInt(tex.height),
}, .s = 1.0 }, .{}) catch {};
}
}
canvas_layer.deinit();