GPU: GLSL-C++ compilation stubs #4

Closed
Clément Foucault wants to merge 38 commits from glsl-cpp-stubs-2 into glsl-include

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 9e8c2a9fe7 - Show all commits

View File

@ -28,8 +28,6 @@
#pragma once #pragma once
#ifndef GPU_SHADER
#include <type_traits> #include <type_traits>
/* -------------------------------------------------------------------- */ /* -------------------------------------------------------------------- */
@ -728,5 +726,3 @@ void groupMemoryBarrier() {}
/* clang-format on */ /* clang-format on */
/** \} */ /** \} */
#endif