forked from blender/blender
GPU: Shader Create Info GLSL-C++ stubs #3
@ -7,6 +7,13 @@
|
|||||||
* does not need any vertex input (producing less call to immBegin/End)
|
* 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()
|
void main()
|
||||||
{
|
{
|
||||||
vec2 uv;
|
vec2 uv;
|
||||||
|
Loading…
Reference in New Issue
Block a user