This website requires JavaScript.
Explore
Help
Sign In
mth
/
ebiten
Watch
1
Star
0
Fork
0
You've already forked ebiten
mirror of
https://github.com/hajimehoshi/ebiten.git
synced
2024-11-10 13:07:26 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
55bfc02509
ebiten
/
internal
/
shader
/
testdata
/
issue1298.expected.vs
8 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
internal/shader: optimization: use a regular return for a function with one output parameter Updates #2034 Updates #2188
2022-07-10 08:45:28 +02:00
int F0(in float l0);
shader: Bug fix: Wrong type deduction with int(x) Fixes #1298
2020-08-12 05:16:08 +02:00
internal/shader: optimization: use a regular return for a function with one output parameter Updates #2034 Updates #2188
2022-07-10 08:45:28 +02:00
int F0(in float l0) {
int l1 = 0;
l1 = int(l0);
return l1;
shader: Bug fix: Wrong type deduction with int(x) Fixes #1298
2020-08-12 05:16:08 +02:00
}
Reference in New Issue
Copy Permalink