Vulkan-Hpp/samples/RayTracing
asuessenbach 0db791c687 Special handling for commands that get a size and a void-pointer to write data into
- marked previous function that got an ArrayProxy as deprecated (C++14)
- introduce a new function returning a std::vector of the given size
- introduce a new function returning a single value
2020-09-02 15:00:06 +02:00
..
CameraManipulator.cpp Fix warnings and errors on clang-3.9 2020-05-18 14:05:51 +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 Special handling for commands that get a size and a void-pointer to write data into 2020-09-02 15:00:06 +02:00