1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-02-17 13:30:08 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Hajime Hoshi
b6a340a96f internal/shader: optimization: use a regular return for a function with one output parameter
Updates 
Updates 
2022-07-10 18:18:46 +09:00
Hajime Hoshi
a43efb66b2 shaderir: Bug fix: Function prototypes were required for GLSL
Fixes 
2020-07-28 00:04:03 +09:00
Hajime Hoshi
ac9bb92885 shader: Refactoring: Reduce calls of parseExpr at definings 2020-06-21 05:26:23 +09:00
Hajime Hoshi
2869885816 shaderir: Fix the initial variable values on GLSL
This is for consistency with number literals we are introducing.

Updates 
2020-06-17 01:59:02 +09:00
Hajime Hoshi
91fb8e92d8 shader: Implment defining variables in multiple-value context 2020-06-08 12:15:09 +09:00