summaryrefslogtreecommitdiff
path: root/src/tests/gpu/test_texture_manager.cc
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-14 15:14:25 +0100
committerskal <pascal.massimino@gmail.com>2026-02-14 15:14:25 +0100
commit8ce27b7e15f0fc65c8ee78950c7501660b936178 (patch)
tree391f32111b9a30a0156709b6c1ed2fae7b435d57 /src/tests/gpu/test_texture_manager.cc
parente38be0dbf5816338ff97e2ee2f9adfff2902dc2b (diff)
style: Apply clang-format to codebase
Diffstat (limited to 'src/tests/gpu/test_texture_manager.cc')
-rw-r--r--src/tests/gpu/test_texture_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/gpu/test_texture_manager.cc b/src/tests/gpu/test_texture_manager.cc
index 54a1a8a..b38e69f 100644
--- a/src/tests/gpu/test_texture_manager.cc
+++ b/src/tests/gpu/test_texture_manager.cc
@@ -2,9 +2,9 @@
// It tests the TextureManager for procedural texture generation and management.
// Tests all public methods with both success and failure cases.
+#include "../common/webgpu_test_fixture.h"
#include "gpu/texture_manager.h"
#include "procedural/generator.h"
-#include "../common/webgpu_test_fixture.h"
#include <cassert>
#include <cstdio>
#include <cstring>