scummvm/engines/playground3d/shaders
Le Philousophe c9b4949746 AMIGAOS: Improve shader compatibility
OGLES2 doesn't support uniform booleans so we use macros to make it use
integers in this case. For other platforms, this change should be a
noop.
OGLES2 doesn't like float suffix for constants, remove it as well.
2022-04-17 12:34:38 +02:00
..
playground3d_bitmap.fragment PLAYGROUND3D: Added bitmap test 2021-12-03 23:34:58 +01:00
playground3d_bitmap.vertex PLAYGROUND3D: Added bitmap test 2021-12-03 23:34:58 +01:00
playground3d_cube.fragment AMIGAOS: Improve shader compatibility 2022-04-17 12:34:38 +02:00
playground3d_cube.vertex AMIGAOS: Improve shader compatibility 2022-04-17 12:34:38 +02:00
playground3d_fade.fragment
playground3d_fade.vertex