Vulkan-Hpp/RAII_Samples
Andreas Süßenbach d5f49e5a7b
Change using WIN32 to _WIN32 (#2032)
2025-01-06 14:20:22 +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 Make generated headers resistant to missing definition of NOMINMAX for windows builds. (#1906) 2024-06-17 14:51:12 +02: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 Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01: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 Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
15_DrawCube Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
16_Vulkan_1_1 Add version awareness to instance creation 2024-05-31 09:30:51 +02:00
CopyBlitImage Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles (#1771) 2024-01-16 13:48:53 +01:00
CreateDebugUtilsMessenger Introduce vk-version of the funcpointers (#2020) 2024-12-12 09:46:53 +01:00
DebugUtilsObjectName Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles (#1771) 2024-01-16 13:48:53 +01:00
DrawTexturedCube Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
DynamicUniform Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
EnableValidationWithCallback Introduce vk-version of the funcpointers (#2020) 2024-12-12 09:46:53 +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 Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
InitTexture Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
InputAttachment Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01: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 Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
OcclusionQuery Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01: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 Change using WIN32 to _WIN32 (#2032) 2025-01-06 14:20:22 +01:00
PipelineDerivative Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
PushConstants Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
PushDescriptors Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
RayTracing Minor cleanup on fence and event handling in two RAII-samples. (#1859) 2024-05-02 09:37:29 +02:00
SecondaryCommandBuffer Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
SeparateImageSampler Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
SurfaceCapabilities Introduce implicit cast operators for vk::UniqueHandles, vk::SharedHandles and vk::raii::Handles (#1771) 2024-01-16 13:48:53 +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 Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
TexelBuffer Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
utils Make generated headers resistant to missing definition of NOMINMAX for windows builds. (#1906) 2024-06-17 14:51:12 +02:00
CMakeLists.txt Cleanup in CMakeLists.txt (#1572) 2023-05-08 11:54:57 +02:00