Vulkan-Hpp/samples
Andreas Süßenbach cb5783d49d
Set Version Tag / set-version-tag (push) Waiting to run Details
Add some explicit static_cast to the SharedHandles sample and the UniqueHandleDefaultArguments test. (#2370)
2025-11-25 17:05:24 +01:00
..
01_InitInstance Remove outdated flag VULKAN_HPP_SAMPLES_BUILD_ONLY_DYNAMIC (#2229) 2025-07-28 17:59:43 +02:00
02_EnumerateDevices CI: Added runner for Windows with Clang and Ninja (#2342) 2025-11-10 14:29:09 +01:00
03_InitDevice Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
04_InitCommandBuffer Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
05_InitSwapchain Minor cleanup work (#2090) 2025-02-24 18:02:40 +01:00
06_InitDepthBuffer Resolve a validation layer warnings on destruction order of Image/Buffer and bound DeviceMemory. (#1636) 2023-08-08 13:40:56 +02:00
07_InitUniformBuffer Resolve a validation layer warnings on destruction order of Image/Buffer and bound DeviceMemory. (#1636) 2023-08-08 13:40:56 +02:00
08_InitPipelineLayout Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
09_InitDescriptorSet Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
10_InitRenderPass Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
11_InitShaders CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
12_InitFrameBuffers Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00
13_InitVertexBuffer Resolve some validation layer warnings in some samples. (#1640) 2023-08-17 14:28:39 +02: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 Make C++20 modules work with the defaultDispatchLoaderDynamic. (#1651) 2023-09-07 15:20:10 +02:00
CopyBlitImage Fixed commenting (#2103) 2025-03-17 12:31:27 +01:00
CreateDebugUtilsMessenger Remove outdated flag VULKAN_HPP_SAMPLES_BUILD_ONLY_DYNAMIC (#2229) 2025-07-28 17:59:43 +02: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 Change samples from resetting command buffers to resetting command pool (#1638) 2023-08-14 16:09:11 +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 Remove outdated flag VULKAN_HPP_SAMPLES_BUILD_ONLY_DYNAMIC (#2229) 2025-07-28 17:59:43 +02:00
InstanceLayerExtensionProperties Remove outdated flag VULKAN_HPP_SAMPLES_BUILD_ONLY_DYNAMIC (#2229) 2025-07-28 17:59:43 +02:00
InstanceLayerProperties Remove outdated flag VULKAN_HPP_SAMPLES_BUILD_ONLY_DYNAMIC (#2229) 2025-07-28 17:59:43 +02:00
InstanceVersion Remove outdated flag VULKAN_HPP_SAMPLES_BUILD_ONLY_DYNAMIC (#2229) 2025-07-28 17:59:43 +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 Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02: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
SharedHandles Add some explicit static_cast to the SharedHandles sample and the UniqueHandleDefaultArguments test. (#2370) 2025-11-25 17:05:24 +01:00
SurfaceCapabilities Make C++20 modules work with the defaultDispatchLoaderDynamic. (#1651) 2023-09-07 15:20:10 +02:00
SurfaceFormats Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02: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 CI: Reduce build times by reusing generated headers (#2254) 2025-08-13 20:30:26 +02:00
CMakeLists.txt Adjust build files to allow test builds without sample builds (#2107) 2025-03-18 13:47:01 +01:00