Explorar el Código

neercs: refactor the shader system.

undefined
Sam Hocevar hace 11 años
padre
commit
b5672a6f61
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/gpu/shader.cpp

+ 1
- 1
src/gpu/shader.cpp Ver fichero

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


Cargando…
Cancelar
Guardar