diff options
Diffstat (limited to 'src/tests/gpu/test_noise_functions.cc')
| -rw-r--r-- | src/tests/gpu/test_noise_functions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/gpu/test_noise_functions.cc b/src/tests/gpu/test_noise_functions.cc index 4e1791f..d96a982 100644 --- a/src/tests/gpu/test_noise_functions.cc +++ b/src/tests/gpu/test_noise_functions.cc @@ -1,9 +1,9 @@ // This file is part of the 64k demo project. // It validates that the noise.wgsl functions are accessible and usable. +#include "effects/shaders.h" #include "generated/assets.h" #include "gpu/shader_composer.h" -#include "effects/shaders.h" #include <cassert> #include <cstdio> #include <cstring> |
