vkd3d/demos
Giovanni Mascellani ede1ff6951 demos: Do not trigger -Wmissing-prototypes for wmain().
For some reason wmain() is not exempted from -Wmissing-prototypes
in the same way as main() is. So we just declare a prototype for it.
2023-10-02 22:25:14 +02:00
..
.gitignore demos/gears: Add a gears demo. 2016-11-13 00:55:54 +01:00
demo_win32.h demos/triangle: Recompile shaders with our compiler. 2022-10-10 21:13:06 +02:00
demo_xcb.h Release 1.9. 2023-09-21 19:16:32 +02:00
demo.h include/vkd3d_utils: Declare all exported functions. 2019-06-18 16:40:48 +02:00
gears_hlsl.h demos/gears: Recompile shaders with our compiler. 2022-10-10 21:13:50 +02:00
gears.c demos: Do not trigger -Wmissing-prototypes for wmain(). 2023-10-02 22:25:14 +02:00
triangle_hlsl.h demos/triangle: Recompile shaders with our compiler. 2022-10-10 21:13:06 +02:00
triangle.c demos: Do not trigger -Wmissing-prototypes for wmain(). 2023-10-02 22:25:14 +02:00