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 083f51bef4 - Show all commits

View File

@ -598,6 +598,7 @@ template<typename T> T sqrt(T) RET;
template<typename T> T step(T) RET; template<typename T> T step(T) RET;
template<typename T> T trunc(T) RET; template<typename T> T trunc(T) RET;
template<typename T, typename U> T ldexp(T, U) RET; template<typename T, typename U> T ldexp(T, U) RET;
double smoothstep(double, double, double) RET;
template<typename T> T acos(T) RET; template<typename T> T acos(T) RET;
template<typename T> T acosh(T) RET; template<typename T> T acosh(T) RET;