Преглед изворни кода

Update pbr.fs

pull/4561/head
Ray пре 2 недеља
committed by GitHub
родитељ
комит
698bfc48fe
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      examples/shaders/resources/shaders/glsl100/pbr.fs

+ 2
- 2
examples/shaders/resources/shaders/glsl100/pbr.fs Прегледај датотеку

@ -1,6 +1,6 @@
#version 100
precision highp float;
precision highp float;
#define MAX_LIGHTS 4
#define LIGHT_DIRECTIONAL 0
@ -153,4 +153,4 @@ void main()
gl_FragColor = vec4(color,1.0);
}
}

Loading…
Откажи
Сачувај