From ec98466b62797fe7e71f35f009a891e72f4ae85a Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 8 Feb 2026 09:12:48 +0100 Subject: Revert "feat(platform): Centralize platform-specific WebGPU code and improve shader composition" This reverts commit 16c2cdce6ad1d89d3c537f2c2cff743449925125. --- src/util/mesh_utils.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/util/mesh_utils.h (limited to 'src/util/mesh_utils.h') diff --git a/src/util/mesh_utils.h b/src/util/mesh_utils.h deleted file mode 100644 index df203ed..0000000 --- a/src/util/mesh_utils.h +++ /dev/null @@ -1,13 +0,0 @@ -// This file is part of the 64k demo project. -// It defines utility structures and functions for mesh processing. - -#pragma once - -#include "util/mini_math.h" - -// Vertex structure for meshes -struct MeshVertex { - vec3 position; - vec3 normal; - vec2 uv; -}; -- cgit v1.2.3