Sfoglia il codice sorgente

neercs: refactor the shader system.

undefined
Sam Hocevar 11 anni fa
parent
commit
b5672a6f61
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/gpu/shader.cpp

+ 1
- 1
src/gpu/shader.cpp Vedi File

@@ -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


Caricamento…
Annulla
Salva