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
/
RayTracing
History
asuessenbach
947583a1e5
Replace explicit template parameter MaskType for Flags types by std::underlying_type<BitType>::type and specify the underlying type for the FlagBits types
...
Resolves
#507
2020-02-25 13:36:05 +01:00
..
CameraManipulator.cpp
Add sample RayTracing. (
#361
)
2019-07-25 13:52:09 +02:00
CameraManipulator.hpp
Replace explicit template parameter MaskType for Flags types by std::underlying_type<BitType>::type and specify the underlying type for the FlagBits types
2020-02-25 13:36:05 +01:00
CMakeLists.txt
Building samples for Linux (
#491
)
2020-01-28 10:16:10 +01:00
RayTracing.cpp
samples: Remove C++14 codes
2020-02-06 10:12:08 +01:00