Vulkan-Hpp/RAII_Samples
2021-09-06 10:48:52 +02:00
..
01_InitInstance Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
02_EnumerateDevices Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
03_InitDevice Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
04_InitCommandBuffer Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
05_InitSwapchain Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
06_InitDepthBuffer Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
07_InitUniformBuffer Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
08_InitPipelineLayout Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
09_InitDescriptorSet Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
10_InitRenderPass Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
11_InitShaders Fix release build of samples: suppress warnings about unused variables 2021-09-06 10:48:52 +02:00
12_InitFrameBuffers Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
13_InitVertexBuffer Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
14_InitPipeline Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
15_DrawCube Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
16_Vulkan_1_1 Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
CopyBlitImage Fix release build of samples: suppress warnings about unused variables 2021-09-06 10:48:52 +02:00
CreateDebugUtilsMessenger Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
DebugUtilsObjectName Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
DrawTexturedCube Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
DynamicUniform Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
EnableValidationWithCallback Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
EnumerateDevicesAdvanced Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
Events Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
ImmutableSampler Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
InitTexture Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
InputAttachment Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
InstanceExtensionProperties Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
InstanceLayerExtensionProperties Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
InstanceLayerProperties Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
InstanceVersion Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
MultipleSets Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
OcclusionQuery Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
PhysicalDeviceExtensions Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
PhysicalDeviceFeatures Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
PhysicalDeviceGroups Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
PhysicalDeviceMemoryProperties Introduce raii-compliant handle wrapper classes. 2021-02-22 16:19:12 +01:00
PhysicalDeviceProperties Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
PhysicalDeviceQueueFamilyProperties Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
PipelineCache Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
PipelineDerivative Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
PushConstants Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
PushDescriptors Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
RayTracing Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
SecondaryCommandBuffer Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
SeparateImageSampler Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
SurfaceCapabilities Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
SurfaceFormats Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
Template Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
TexelBuffer Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
utils Refactor RAII-samples to use std::unique_ptr only if needed. 2021-06-23 10:15:56 +02:00
CMakeLists.txt Introduce raii-compliant handle wrapper classes. 2021-02-22 16:19:12 +01:00