Differences From Artifact [deb96ccb7b]:
- File src/rendergl.mm — part of check-in [42d4b57828] at 2025-03-04 23:51:09 on branch trunk — Port to SDL2 (user: js, size: 10148) [annotate] [blame] [check-ins using]
To Artifact [cefc423876]:
- File src/rendergl.mm — part of check-in [02dbc547c1] at 2025-03-05 00:27:18 on branch trunk — Reduce global variables (user: js, size: 10178) [annotate] [blame] [check-ins using]
︙ | |||
273 274 275 276 277 278 279 | 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 | - + + | VARFP(gamma, 30, 100, 300, { float f = gamma / 100.0f; Uint16 ramp[256]; SDL_CalculateGammaRamp(f, ramp); |
︙ |