This website requires JavaScript.
Explore
Help
Sign In
mewin
/
vulkan-hpp
Watch
1
Star
0
Fork
0
You've already forked vulkan-hpp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
vulkan-hpp
/
samples
/
utils
History
asuessenbach
5fc91db38d
Prepare usage of BestPractices validation layer.
...
Still disabled by default due to yet to be resolved issues.
2021-01-25 13:34:30 +01:00
..
CMakeLists.txt
[CMake] Disable tests in external libraries
2020-03-20 05:12:25 +09:00
geometries.hpp
Add samples ImmutableSampler, InitTexture, InputAttachment (
#315
)
2019-04-09 15:19:18 +02:00
math.cpp
Set warnings as errors for the generator, the samples, and the tests.
2020-10-14 17:44:16 +02: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
fix some warnings (errors) on release build.
2020-10-20 10:05:18 +02:00
shaders.hpp
Introduce usage of clang-format to format vulkan.hpp and the other sources.
2020-04-23 10:55:02 +02:00
utils.cpp
Prepare usage of BestPractices validation layer.
2021-01-25 13:34:30 +01:00
utils.hpp
fix some warnings (errors) on release build.
2020-10-20 10:05:18 +02:00