瀏覽代碼

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);
}
}

Loading…
取消
儲存