This website requires JavaScript.
Explore
Help
Sign In
TheCloud
/
Vulkan-Hpp
Watch
1
Star
0
Fork
0
You've already forked Vulkan-Hpp
mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced
2025-09-13 14:02:15 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Vulkan-Hpp
/
samples
/
utils
History
asuessenbach
5480d192f5
Refactor the CMakeLists for all the samples; use vulkan.hpp/vulkan_raii.hpp as precompiled header.
2022-08-10 15:29:28 +02:00
..
CMakeLists.txt
Refactor the CMakeLists for all the samples; use vulkan.hpp/vulkan_raii.hpp as precompiled header.
2022-08-10 15:29:28 +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
Refactor the CMakeLists for all the samples; use vulkan.hpp/vulkan_raii.hpp as precompiled header.
2022-08-10 15:29:28 +02:00
shaders.hpp
Refactor the CMakeLists for all the samples; use vulkan.hpp/vulkan_raii.hpp as precompiled header.
2022-08-10 15:29:28 +02:00
utils.cpp
Minor cleanup in utils.cpp: remove helper function createDebugUtilsMessengerEXT.
2022-08-04 08:49:12 +02:00
utils.hpp
Refactor the CMakeLists for all the samples; use vulkan.hpp/vulkan_raii.hpp as precompiled header.
2022-08-10 15:29:28 +02:00