소스 검색

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
Lolbot Sam Hocevar <sam@hocevar.net> 11 년 전
부모
커밋
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


불러오는 중...
취소
저장