Vulkan-Hpp/snippets
2024-02-08 12:32:57 +01:00
..
ArrayProxy.hpp Introduce helper class vk::StridedArrayProxy; use it on functions with parameters having the 'stride' attribute. 2022-09-12 16:53:44 +02:00
ArrayProxyNoTemporaries.hpp Extent support of functions returning some typed value 2022-11-14 10:06:49 +01:00
ArrayWrapper1D.hpp Fix ArrayWrapper1D::operator std::string() and ArrayWrapper1D::operator std::string_view() to return a string/string_view of the correct length. (#1725) 2023-11-14 16:49:01 +01:00
ArrayWrapper2D.hpp Refactor top-level function to generate vulkan.hpp 2022-08-01 16:40:15 +02:00
defines.hpp Make C++20 modules work with the defaultDispatchLoaderDynamic. (#1651) 2023-09-07 15:20:10 +02:00
DispatchLoaderBase.hpp Refactor top-level function to generate vulkan.hpp 2022-08-01 16:40:15 +02:00
DispatchLoaderDefault.hpp Add C++20 module interface file and tests (#1582) 2023-06-28 14:10:51 +02:00
DynamicLoader.hpp Check for libvulkan.1.dylib (#1755) 2024-01-02 13:56:05 +01:00
Exceptions.hpp Refactor top-level function to generate vulkan.hpp 2022-08-01 16:40:15 +02:00
Flags.hpp Fix Flags<T>::operator~() 2022-11-07 11:28:15 +01:00
includes.hpp Added VULKAN_HPP_NO_WIN32_PROTOTYPES preprocessor condition (#1756) 2024-01-09 09:13:37 +01:00
macros.hpp Add support of noexcept-path for vk::raii classes (#1742) 2024-01-02 13:47:01 +01:00
ObjectDestroy.hpp Expose the dispatch member of deleters (#1569) 2023-05-03 12:03:28 +02:00
ObjectFree.hpp Expose the dispatch member of deleters (#1569) 2023-05-03 12:03:28 +02:00
ObjectRelease.hpp Expose the dispatch member of deleters (#1569) 2023-05-03 12:03:28 +02:00
Optional.hpp Refactor top-level function to generate vulkan.hpp 2022-08-01 16:40:15 +02:00
PoolFree.hpp Expose the dispatch member of deleters (#1569) 2023-05-03 12:03:28 +02:00
resultChecks.hpp Add C++20 module interface file and tests (#1582) 2023-06-28 14:10:51 +02:00
ResultValue.hpp Mark vk::ResultValue::asTuple() & as deprecated, introduce vk::ResultValue::asTuple() && (#1605) 2023-06-27 11:31:29 +02:00
SharedDestroy.hpp Shared Handles (#1619) 2023-09-19 13:04:36 +02:00
SharedHandle.hpp Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles (#1771) 2024-01-16 13:48:53 +01:00
SharedHandleSpecializations.hpp Shared Handles (#1619) 2023-09-19 13:04:36 +02:00
StridedArrayProxy.hpp Introduce helper class vk::StridedArrayProxy; use it on functions with parameters having the 'stride' attribute. 2022-09-12 16:53:44 +02:00
StructureChain.hpp Fix issue with vk::StructureChain::assign: use auto, instead of void *, to also support structures with const void * as type for pNext. (#1799) 2024-02-08 12:32:57 +01:00
UniqueHandle.hpp Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles (#1771) 2024-01-16 13:48:53 +01:00