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
42d5d91829
ebiten
/
internal
/
shader
/
testdata
/
issue1874.expected.vs
6 lines
95 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
float F0(void);
internal/shader: Bug fix: Treat a non-typed consntat argument as a float Closes #1874
2021-11-14 07:03:22 +01: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
float F0(void) {
return (sin(1.0000000000e-01)) + (cos(2.0000000000e-01));
internal/shader: Bug fix: Treat a non-typed consntat argument as a float Closes #1874
2021-11-14 07:03:22 +01:00
}
Reference in New Issue
Copy Permalink