このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Remove unused structures from lighting fragment shaders (
#3497
)
pull/3501/head
Jeffery Myers
1年前
committed by
GitHub
親
d4c0d3bebe
コミット
38205d67da
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
4AEE18F83AFDEB23
3個のファイルの変更
、
0行の追加
、
18行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+0
-6
examples/shaders/resources/shaders/glsl100/lighting.fs
+0
-6
examples/shaders/resources/shaders/glsl120/lighting.fs
+0
-6
examples/shaders/resources/shaders/glsl330/lighting.fs
+ 0
- 6
examples/shaders/resources/shaders/glsl100/lighting.fs
ファイルの表示
@ -18,12 +18,6 @@ uniform vec4 colDiffuse;
#define
LIGHT_DIRECTIONAL
0
#define
LIGHT_POINT
1
struct
MaterialProperty
{
vec3
c
o
l
o
r
;
int
u
s
e
S
a
m
p
l
e
r
;
sampler2D
s
a
m
p
l
e
r
;
}
;
struct
Light
{
int
e
n
a
b
l
e
d
;
int
t
y
p
e
;
+ 0
- 6
examples/shaders/resources/shaders/glsl120/lighting.fs
ファイルの表示
@ -16,12 +16,6 @@ uniform vec4 colDiffuse;
#define
LIGHT_DIRECTIONAL
0
#define
LIGHT_POINT
1
struct
MaterialProperty
{
vec3
c
o
l
o
r
;
int
u
s
e
S
a
m
p
l
e
r
;
sampler2D
s
a
m
p
l
e
r
;
}
;
struct
Light
{
int
e
n
a
b
l
e
d
;
int
t
y
p
e
;
+ 0
- 6
examples/shaders/resources/shaders/glsl330/lighting.fs
ファイルの表示
@ -19,12 +19,6 @@ out vec4 finalColor;
#define
LIGHT_DIRECTIONAL
0
#define
LIGHT_POINT
1
struct
MaterialProperty
{
vec3
c
o
l
o
r
;
int
u
s
e
S
a
m
p
l
e
r
;
sampler2D
s
a
m
p
l
e
r
;
}
;
struct
Light
{
int
e
n
a
b
l
e
d
;
int
t
y
p
e
;
書き込み
プレビュー
読み込み中…
キャンセル
保存