-
- Downloads
check-vulkan: Convert the file from C++ to C
Our entire codebase is in C with the only exception for check-vulkan and
check-gl.
They were coded in C++ because they were based on pre-existing codes.
Converting check-vulkan in C allows us to conform it to the rest of our
codebase and also it will be easier to expand its functionalities, like
for example as outlined in #50.
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
helpers/check-vulkan.c
0 → 100644
helpers/check-vulkan.cpp
deleted
100644 → 0
This diff is collapsed.
-
mentioned in commit 425ac9ef
-
mentioned in commit 5ffc9ffe
-
mentioned in merge request !555 (merged)
Please register or sign in to comment