diff --git a/inc/hgl/graph/shader/ShaderMaker.h b/inc/hgl/graph/shader/ShaderMaker.h new file mode 100644 index 00000000..36224995 --- /dev/null +++ b/inc/hgl/graph/shader/ShaderMaker.h @@ -0,0 +1,8 @@ +#ifndef HGL_SHADER_MAKER_INCLUDE +#define HGL_SHADER_MAKER_INCLUDE + +namespace hgl +{ + +}//namespace hgl +#endif//HGL_SHADER_MAKER_INCLUDE