瀏覽代碼

video: fix a syntax error in the default vertex shader.

legacy
Sam Hocevar sam 15 年之前
父節點
當前提交
821c3985a1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/video.cpp

+ 1
- 1
src/video.cpp 查看文件

@@ -57,7 +57,7 @@ static char const *vertexshader =
"void main()\n"
"{\n"
" gl_Position = proj_matrix * view_matrix * model_matrix"
" * vec4(in_Position, 1.0f);\n"
" * vec4(in_Position, 1.0);\n"
//" pass_Color = in_Color;\n"
#if defined HAVE_GLES_2X
" pass_TexCoord = in_TexCoord;\n"


Loading…
取消
儲存