GWN: Fix ubo debug printf

This commit is contained in:
Clément Foucault 2018-02-15 19:15:11 +01:00
parent e401e2d89c
commit a24be95b0f
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ Gwn_ShaderInterface* GWN_shaderinterface_create(GLint program)
shader_input_to_bucket(input, shaderface->ubo_buckets);
#if DEBUG_SHADER_INTERFACE
printf("attrib[%u] '%s' at location %d\n", i, name, input->location);
printf("ubo '%s' at location %d\n", name, input->location);
#endif
}