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 0f7c26c72a - Show all commits

View File

@ -8,6 +8,9 @@
* The goal of this header is to make the GLSL source file compile using a modern C++ compiler.
* This allows for linting and IDE functionalities to work.
*
* This file can be included inside any GLSL file to make the GLSL syntax to work. Then your IDE
* must to be configured to associate .glsl files to C++ so that the C++ linter does the analysis.
*
* This is why the implementation of each function is not needed. However, we make sure that type
* casting is always explicit. This is because implicit casts are not always supported on all
* implementations.