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 d00d870cf8 - Show all commits

View File

@ -726,3 +726,13 @@ void groupMemoryBarrier() {}
/* clang-format on */
/** \} */
/* Include all shader shared files to that custom type definitions are available when create infos
* macros are included. */
#include "GPU_shader_shared.hh"
#include "draw_common_shader_shared.hh"
#include "draw_shader_shared.hh"
#include "eevee_shader_shared.hh"
#include "overlay_shader_shared.h"
#include "select_shader_shared.hh"
#include "workbench_shader_shared.h"