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

View File

@ -7,6 +7,13 @@
* does not need any vertex input (producing less call to immBegin/End)
*/
/* TODO(fclem): Replace with gpu_glsl_cpp_stubs.hh include. */
#define GLSL_CPP_STUBS
#include "infos/gpu_shader_icon_info.hh"
USE_CREATE_INFO(gpu_shader_icon)
void main()
{
vec2 uv;