This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
zinnia
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
master
gradient
8 years ago
parent
c262e54718
commit
b6c3f2beae
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
examples/test/shaders/test.frag
+ 0
- 1
examples/test/shaders/test.frag
View File
@ -128,4 +128,3 @@ void main() {
// gamma
color
=
vec4
(
pow
(
clamp
(
color
.
xyz
,
0.0
,
1.0
)
,
vec3
(
0.4545
)
)
,
1.0
)
;
}
Write
Preview
Loading…
Cancel
Save