ソースを参照

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


読み込み中…
キャンセル
保存