vkd3d-proton/demos
Georg Lehmann d8905afd5d demos: Don't pretend to handle allocation failure.
This function doesn't indicate failure and the possibility of a return
causes -Wmaybe-uninitialized warnings.

Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
2022-06-20 11:36:17 +02:00
..
.gitignore demos/gears: Add a gears demo. 2016-11-13 00:55:54 +01:00
demo.h include: Replace MinGW hack with Win32 platform header 2020-07-06 19:29:30 +02:00
demo_win32.h vkd3d: Eliminate wchar_size, use UTF-16 string literals 2021-02-09 11:26:28 +01:00
demo_xcb.h vkd3d: Remove type/next from vkd3d device/instance structures 2021-04-20 18:25:41 +02:00
gears.c demos: Don't pretend to handle allocation failure. 2022-06-20 11:36:17 +02:00
gears.hlsl demos/gears: Add a gears demo. 2016-11-13 00:55:54 +01:00
gears_ps_flat.h demos: Get rid of handwritten GLSL shaders. 2017-07-28 15:26:09 +02:00
gears_ps_smooth.h demos: Get rid of handwritten GLSL shaders. 2017-07-28 15:26:09 +02:00
gears_vs.h demos: Get rid of handwritten GLSL shaders. 2017-07-28 15:26:09 +02:00
meson.build meta: Add missing newlines to end of files 2020-11-05 17:16:57 +01:00
triangle.c demos: Use WinMain instead of wmain on Win32 2020-06-16 10:55:56 +02:00
triangle.hlsl demos/triangle: Add a demo program. 2016-10-24 13:57:05 +02:00
triangle_ps.h demos: Get rid of handwritten GLSL shaders. 2017-07-28 15:26:09 +02:00
triangle_vs.h demos: Get rid of handwritten GLSL shaders. 2017-07-28 15:26:09 +02:00