浏览代码

fixed 8 files out of 2617:

- removed 0 CR characters
 - removed 0 trailing whitespaces
 - replaced 88 tabs with spaces
 - fixed 3 svn:eol-style properties
master
父节点
当前提交
2ee8a1f55a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      neercs/video/text.lolfx

+ 2
- 2
neercs/video/text.lolfx 查看文件

@@ -22,10 +22,10 @@ uniform mat4 u_Transform;
void main()
{
#if HAVE_SHADER_4
uint in_Attr = in_Color0;
uint in_Attr = in_Color0;
uint in_Char = in_Color1;
#else
vec4 in_Attr = in_Color0;
vec4 in_Attr = in_Color0;
vec4 in_Char = in_Color1;
float in_VertexID = in_Position;
#endif


正在加载...
取消
保存