Vulkan-Hpp/samples/utils
asuessenbach 0ea8a527ba Introduce ArrayWrapper?D, replacing ConstExpression?DArrayCopy
+ no explicit copy constructor of structs needed any more
+ removed assignment operator of structs that don't hold a const sType member (for those, we still need the assignment operator!)
+ simplified operator==() of structs (pre C++20)
+ resolved some 32bit warnings
2020-03-25 12:35:35 +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 Add samples SecondaryCommandBuffer and SeparateImageSampler. (#331) 2019-05-21 15:44:52 +02:00
math.hpp Add samples InstanceExtensionProperties, InstanceLayerExtensionProperties, InstanceLayerProperties, MultipleSets (#320) 2019-04-15 10:18:58 +02:00
shaders.cpp Add sample RayTracing. (#361) 2019-07-25 13:52:09 +02:00
shaders.hpp Add samples ImmutableSampler, InitTexture, InputAttachment (#315) 2019-04-09 15:19:18 +02:00
utils.cpp [samples] Add missing explicit casts 2020-03-20 03:59:14 +09:00
utils.hpp Introduce ArrayWrapper?D, replacing ConstExpression?DArrayCopy 2020-03-25 12:35:35 +01:00