GPU: Shader Create Info GLSL-C++ stubs #3

Closed
Clément Foucault wants to merge 90 commits from create-info-cpp-macros 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
#ifndef GPU_SHADER
#include <type_traits>
/* -------------------------------------------------------------------- */
@ -728,5 +726,3 @@ void groupMemoryBarrier() {}
/* clang-format on */
/** \} */
#endif