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 27fd5cfcf6 - Show all commits

View File

@ -387,6 +387,8 @@ using mat2 = float2x2;
using mat3 = float3x3; using mat3 = float3x3;
using mat4 = float4x4; using mat4 = float4x4;
using MAT4 = float4x4;
/** \} */ /** \} */
/* -------------------------------------------------------------------- */ /* -------------------------------------------------------------------- */