瀏覽代碼

neercs: refactor the shader system.

undefined
Sam Hocevar 10 年之前
父節點
當前提交
b5672a6f61
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/gpu/shader.cpp

+ 1
- 1
src/gpu/shader.cpp 查看文件

@@ -404,7 +404,7 @@ Shader::Shader(char const *vert, char const *frag)

if (usage == VertexUsage::MAX || index == -1)
{
Log::Error("unable to parse attribute semantic from name: %s",
Log::Error("unable to parse attribute semantic from name: %s\n",
name_buffer);
}
else


Loading…
取消
儲存