virtualx-engine/drivers/dummy
Gustav Lund 35eb7f2d6a Rasterizers are now in sync with engine
The rasterisers (both GLES3 and GLES2) were calculating their own frame delta time
This fix lets the rasterizers get the frame delta through the draw call
That way any regulations to the frame step from the main script will not cause particle systems to process at a different step than the rest of the Engine.

Remove unused rasterizer storage variable

frame.prev_tick variable were not used anywhere and has been removed
2018-06-05 16:33:02 +02:00
..
audio_driver_dummy.h Add missing return statements (iOS and server). 2018-02-25 01:11:03 +02:00
rasterizer_dummy.h Rasterizers are now in sync with engine 2018-06-05 16:33:02 +02:00
SCsub Add dummy audio driver, fix dummy rasterizer 2018-02-15 07:34:11 -08:00
texture_loader_dummy.cpp Dummy texture importer 2018-05-09 08:13:02 +02:00
texture_loader_dummy.h Dummy texture importer 2018-05-09 08:13:02 +02:00