Vulkan-Hpp/snippets
Andreas Süßenbach 32bd2b7ab7
Adjust order for loading vulkan library by the DynamicLoader for MacOS. (#2231)
2025-07-30 17:19:43 +02: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 Simplify helper class vk::ArrayProxyNoTemporaries. (#1908) 2024-06-25 17:43:55 +02:00
ArrayWrapper1D.hpp Cleanup work on compare operators (#2169) 2025-06-24 08:31:14 +02:00
ArrayWrapper2D.hpp Refactor top-level function to generate vulkan.hpp 2022-08-01 16:40:15 +02:00
CppModuleFileTemplate.hpp C++20 Module: Exporting PFN_* symbols (#2158) 2025-05-13 11:28:32 +02:00
DispatchLoaderBase.hpp Refactor top-level function to generate vulkan.hpp 2022-08-01 16:40:15 +02:00
DynamicLoader.hpp Adjust order for loading vulkan library by the DynamicLoader for MacOS. (#2231) 2025-07-30 17:19:43 +02:00
Exceptions.hpp Remove redundant occurrences of VULKAN_HPP_NAMESPACE:: in vulkan.hpp. (#2191) 2025-06-18 13:32:51 +02:00
Exchange.hpp Non raii handles move exchange (#1929) 2024-07-23 09:55:09 +02:00
ExtensionInspection.hpp Extend depends handling of extensions to allow multiple sets of dependencies for the very same vulkan version. (#2126) 2025-04-03 20:21:11 +02:00
Flags.hpp Add BitsType to vk::Flags to get from vk::*Flags to vk::*FlagBits at compile-time (#2139) 2025-04-17 18:11:15 +02:00
FormatTraits.hpp Remove redundant occurrences of VULKAN_HPP_NAMESPACE:: in vulkan_format_traits.hpp (#2200) 2025-06-26 13:40:36 +02:00
HandlesTemplate.hpp Remove redundant occurrences of VULKAN_HPP_NAMESPACE:: in vulkan_handles.hpp (#2206) 2025-07-02 15:07:55 +02:00
HppFileTemplate.hpp Move lengthy template texts into snippet files. (#2072) 2025-02-13 10:56:11 +01:00
ObjectDestroy.hpp Remove redundant occurrences of VULKAN_HPP_NAMESPACE:: in vulkan.hpp. (#2191) 2025-06-18 13:32:51 +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 Remove redundant occurrences of VULKAN_HPP_NAMESPACE:: in vulkan_funcs.hpp and other headers (#2205) 2025-07-01 17:24:19 +02:00
PoolFree.hpp Expose the dispatch member of deleters (#1569) 2023-05-03 12:03:28 +02:00
RAIIHppFileTemplate.hpp Extend support of VULKAN_HPP_NO_EXCEPTIONS in the raii-namespace (#2226) 2025-07-22 13:48:50 +02:00
ResultValue.hpp Mark deprecated struct members as deprecated. (#2230) 2025-07-30 09:36:58 +02:00
SharedDestroy.hpp Suppress clang warning `-Wcast-function-type` for shared destroy (#2078) 2025-02-19 09:05:30 +01:00
SharedHandle.hpp Fix for shared handles for pool deleter (#1925) 2024-08-05 14:21:44 +02:00
SharedHandleSpecializations.hpp Remove redundant occurrences of VULKAN_HPP_NAMESPACE:: in vulkan_shared.hpp (#2207) 2025-07-03 10:29:37 +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 Remove move-constructor and deleted move-assignment of vk::StructureChain. (#1949) 2024-08-26 09:45:57 +02:00
ToStringHppFileTemplate.hpp Move lengthy template texts into snippet files. (#2072) 2025-02-13 10:56:11 +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
defines.hpp Replace some more "vk::" by "VULKAN_HPP_NAMESPACE::" (#2095) 2025-03-06 17:19:37 +01:00
includes.hpp Fix undefined `assert` when using `std` module (#2165) 2025-05-14 08:40:11 +02:00
macros.hpp Mark deprecated struct members as deprecated. (#2230) 2025-07-30 09:36:58 +02:00
resultChecks.hpp Remove redundant occurrences of VULKAN_HPP_NAMESPACE:: in vulkan.hpp. (#2191) 2025-06-18 13:32:51 +02:00