Vulkan-Hpp/RAII_Samples
Andreas Süßenbach 36b276f0a2
Replace using free by using a std::vector (#2344)
2025-11-10 14:29:35 +01:00
..
01_InitInstance Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
02_EnumerateDevices Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
03_InitDevice Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
04_InitCommandBuffer Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles (#1771) 2024-01-16 13:48:53 +01:00
05_InitSwapchain Minor cleanup work (#2090) 2025-02-24 18:02:40 +01:00
06_InitDepthBuffer Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles (#1771) 2024-01-16 13:48:53 +01:00
07_InitUniformBuffer Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles (#1771) 2024-01-16 13:48:53 +01:00
08_InitPipelineLayout Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
09_InitDescriptorSet Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles (#1771) 2024-01-16 13:48:53 +01:00
10_InitRenderPass Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles (#1771) 2024-01-16 13:48:53 +01:00
11_InitShaders CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
12_InitFrameBuffers Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles (#1771) 2024-01-16 13:48:53 +01:00
13_InitVertexBuffer Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles (#1771) 2024-01-16 13:48:53 +01:00
14_InitPipeline CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
15_DrawCube CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
16_Vulkan_1_1 Add version awareness to instance creation 2024-05-31 09:30:51 +02:00
CopyBlitImage Minor cleanup work (#2090) 2025-02-24 18:02:40 +01:00
CreateDebugUtilsMessenger Introduce vk-version of the funcpointers (#2020) 2024-12-12 09:46:53 +01:00
DebugUtilsObjectName Add special command flavours for vkSetDebugUtilsObjectNameEXT and vkSetDebugUtilsObjectTagEXT (#2329) 2025-10-29 09:18:30 +01:00
DrawTexturedCube CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
DynamicUniform CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
EnableValidationWithCallback CI: Added runner for Windows with Clang and Ninja (#2342) 2025-11-10 14:29:09 +01:00
EnumerateDevicesAdvanced Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
Events Minor cleanup on fence and event handling in two RAII-samples. (#1859) 2024-05-02 09:37:29 +02:00
ImmutableSampler CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
InitTexture CI: Added runner for Windows with Clang and Ninja (#2342) 2025-11-10 14:29:09 +01:00
InputAttachment CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
InstanceExtensionProperties Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
InstanceLayerExtensionProperties Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
InstanceLayerProperties Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
InstanceVersion Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
MultipleSets CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
OcclusionQuery CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
PhysicalDeviceExtensions Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
PhysicalDeviceFeatures Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
PhysicalDeviceGroups Minor cleanup work (#2090) 2025-02-24 18:02:40 +01:00
PhysicalDeviceMemoryProperties Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
PhysicalDeviceProperties Reshaped samples [RAII_]PhysicalDeviceProperties (#1961) 2024-09-26 09:14:35 +02:00
PhysicalDeviceQueueFamilyProperties Restrict commands taking an allocator as template argument to allocators of the correct data type (#1980) 2024-10-24 16:29:00 +02:00
PipelineCache Replace using free by using a std::vector (#2344) 2025-11-10 14:29:35 +01:00
PipelineDerivative CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
PushConstants CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
PushDescriptors CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
RayTracing CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
SecondaryCommandBuffer CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
SeparateImageSampler CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
SurfaceCapabilities Minor cleanup work (#2090) 2025-02-24 18:02:40 +01:00
SurfaceFormats Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles (#1771) 2024-01-16 13:48:53 +01:00
Template CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
TexelBuffer CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
utils Minor code cleanup (#2253) 2025-08-12 09:06:23 +02:00
CMakeLists.txt Adjust build files to allow test builds without sample builds (#2107) 2025-03-18 13:47:01 +01:00