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-22 02:44:01 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Vulkan-Hpp
/
samples
/
utils
History
Patrick Gordon
8ae472d020
fix numeric_limits not found, include <limits> in samples/utils.hpp
2021-07-22 22:30:56 +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
Introduce raii-compliant handle wrapper classes.
2021-02-22 16:19:12 +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
Introduce raii-compliant handle wrapper classes.
2021-02-22 16:19:12 +01:00
shaders.hpp
Introduce raii-compliant handle wrapper classes.
2021-02-22 16:19:12 +01:00
utils.cpp
Refactor RAII-samples to use std::unique_ptr only if needed.
2021-06-23 10:15:56 +02:00
utils.hpp
fix numeric_limits not found, include <limits> in samples/utils.hpp
2021-07-22 22:30:56 +01:00