浏览代码

Update pbr.fs

pull/4561/head
Ray 2 周前
committed by GitHub
父节点
当前提交
698bfc48fe
找不到此签名对应的密钥 GPG 密钥 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);
}
}

正在加载...
取消
保存