Vulkan-Hpp/RAII_Samples
Andreas Süßenbach a20b4d4438
Removed unused option INCLUDE_DIRS from makefiles. (#2204)
2025-07-01 15:59:53 +02:00
..
01_InitInstance
02_EnumerateDevices
03_InitDevice
04_InitCommandBuffer
05_InitSwapchain Minor cleanup work (#2090) 2025-02-24 18:02:40 +01:00
06_InitDepthBuffer
07_InitUniformBuffer
08_InitPipelineLayout
09_InitDescriptorSet
10_InitRenderPass
11_InitShaders Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
12_InitFrameBuffers
13_InitVertexBuffer
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 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 Minor cleanup work (#2090) 2025-02-24 18:02:40 +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
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
InstanceLayerExtensionProperties
InstanceLayerProperties
InstanceVersion
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
PhysicalDeviceFeatures
PhysicalDeviceGroups Minor cleanup work (#2090) 2025-02-24 18:02:40 +01:00
PhysicalDeviceMemoryProperties
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 Removed unused option INCLUDE_DIRS from makefiles. (#2204) 2025-07-01 15:59:53 +02:00
SecondaryCommandBuffer Minor cleanup work (#2090) 2025-02-24 18:02:40 +01:00
SeparateImageSampler Add missing glslang headers (#1827) 2024-03-19 09:08:53 +01:00
SurfaceCapabilities Minor cleanup work (#2090) 2025-02-24 18:02:40 +01:00
SurfaceFormats
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 Minor cleanup work (#2090) 2025-02-24 18:02:40 +01:00
CMakeLists.txt Adjust build files to allow test builds without sample builds (#2107) 2025-03-18 13:47:01 +01:00