mach/src
iddev5 50fe649ab1 mach: merge and remove the extra layer of indirection caused by Core and
GpuDriver

Core and GpuDriver both are merged into one type called Platform. Also
previously the fields and methods which were called as
``engine.core.field`` will now be ``engine.field`` i.e an extra layer is
removed.
2022-06-01 23:45:56 -07:00
..
platform mach: merge and remove the extra layer of indirection caused by Core and 2022-06-01 23:45:56 -07:00
Engine.zig mach: merge and remove the extra layer of indirection caused by Core and 2022-06-01 23:45:56 -07:00
enums.zig mach: wasm: add note about vsync support and move VSyncMode to enums.zig 2022-05-25 09:10:13 -07:00
main.zig mach: introduce cross platform Timer abstraction 2022-05-17 23:56:41 -07:00
platform.zig mach: merge and remove the extra layer of indirection caused by Core and 2022-06-01 23:45:56 -07:00
structs.zig mach: wasm: add note about vsync support and move VSyncMode to enums.zig 2022-05-25 09:10:13 -07:00
Timer.zig mach: add a standard way to access platform specific structs 2022-05-23 01:03:43 -07:00