Ver a proveniência

Update shaders_mesh_instancing.c

Due to this missing line of code the example seems is not going to work:
shader.locs[SHADER_LOC_MATRIX_MODEL] = GetShaderLocationAttrib(shader, "instanceTransform");
pull/4723/head
MikiZX1 há 2 meses
committed by GitHub
ascendente
cometimento
db25830a67
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      examples/shaders/shaders_mesh_instancing.c

+ 1
- 0
examples/shaders/shaders_mesh_instancing.c Ver ficheiro

@ -73,6 +73,7 @@ int main(void)
Shader shader = LoadShader(TextFormat("resources/shaders/glsl%i/lighting_instancing.vs", GLSL_VERSION),
TextFormat("resources/shaders/glsl%i/lighting.fs", GLSL_VERSION));
// Get shader locations
shader.locs[SHADER_LOC_MATRIX_MODEL] = GetShaderLocationAttrib(shader, "instanceTransform");
shader.locs[SHADER_LOC_MATRIX_MVP] = GetShaderLocation(shader, "mvp");
shader.locs[SHADER_LOC_VECTOR_VIEW] = GetShaderLocation(shader, "viewPos");

Carregando…
Cancelar
Guardar