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-27 22:03:48 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Vulkan-Hpp
/
samples
/
RayTracing
History
asuessenbach
2cb1c19c7f
Introduce raii-compliant handle wrapper classes.
2021-02-22 16:19:12 +01:00
..
CameraManipulator.cpp
Set warnings as errors for the generator, the samples, and the tests.
2020-10-14 17:44:16 +02:00
CameraManipulator.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
CMakeLists.txt
Building samples for Linux (
#491
)
2020-01-28 10:16:10 +01:00
RayTracing.cpp
Introduce raii-compliant handle wrapper classes.
2021-02-22 16:19:12 +01:00