소스 검색

Update pbr.fs

pull/4561/head
Ray 2 주 전
committed by GitHub
부모
커밋
698bfc48fe
No known key found for this signature in database 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);
}
}

불러오는 중...
취소
저장