소스 검색

tutorial: fix unbalanced parenthesis breaking compilation.

legacy
Sam Hocevar sam 13 년 전
부모
커밋
4fac6d468b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test/tutorial/tut01.cpp

+ 1
- 1
test/tutorial/tut01.cpp 파일 보기

@@ -60,7 +60,7 @@ public:
"#version 120\n"
"void main(void) {"
" gl_FragColor = vec4(0.7, 0.5, 0.2, 1.0);"
"}");
"}"
#else
"void main(float2 in_Position : POSITION,"
" out float4 out_Position : POSITION) {"


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