Vulkan-Hpp/samples/utils
Jinesi Yelizati 9748e47228
Speed up CI by using ninja and parallel build (#1347)
* chore(CI): speed up CI by using ninja and parallel build

* chore(CI): align compiler for c and cxx

* fix(samples): add dependency to generator

* fix(cmake): get rid of file glob

* chore(CI): use clang on mac

glfw don't support gcc on mac

* fix(sample): add depencency on build_vulkan_hpp

* fix(cmake): make sure every target in tests and samples link to utils
2022-07-07 10:22:21 +02:00
..
CMakeLists.txt Speed up CI by using ninja and parallel build (#1347) 2022-07-07 10:22:21 +02:00
geometries.hpp Add samples ImmutableSampler, InitTexture, InputAttachment (#315) 2019-04-09 15:19:18 +02:00
math.cpp Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
math.hpp Change structure member sType to non-const to allow default assignment operator. Make copy constructor and copy assignment default. The latter is required for C++20 designated initializers. Delegate the constructor from C-type to the copy constructor by casting rhs accordingly. Fix warnings on gcc/clang. 2021-01-18 12:25:50 +01:00
shaders.cpp Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
shaders.hpp Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
utils.cpp Resolve validation layer issues with some samples. 2022-05-02 11:36:36 +02:00
utils.hpp Resolve validation layer issues with some samples. 2022-05-02 11:36:36 +02:00