Vulkan-Hpp/samples
2021-11-11 11:49:07 +01:00
..
01_InitInstance Introduce raii-compliant handle wrapper classes. 2021-02-22 16:19:12 +01:00
02_EnumerateDevices Resolve issues with release build. 2021-05-25 16:14:56 +02:00
03_InitDevice Resolve issues with release build. 2021-05-25 16:14:56 +02:00
04_InitCommandBuffer Resolve issues with release build. 2021-05-25 16:14:56 +02:00
05_InitSwapchain Removed explicit setting of the ComponentMapping for ImageViews in samples to RGBA, as the default of Identity does the same. 2021-11-11 11:49:07 +01:00
06_InitDepthBuffer Removed explicit setting of the ComponentMapping for ImageViews in samples to RGBA, as the default of Identity does the same. 2021-11-11 11:49:07 +01:00
07_InitUniformBuffer Resolve issues with release build. 2021-05-25 16:14:56 +02:00
08_InitPipelineLayout Resolve issues with release build. 2021-05-25 16:14:56 +02:00
09_InitDescriptorSet Resolve issues with release build. 2021-05-25 16:14:56 +02:00
10_InitRenderPass Resolve issues with release build. 2021-05-25 16:14: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 Resolve issues with release build. 2021-05-25 16:14:56 +02:00
13_InitVertexBuffer Resolve issues with release build. 2021-05-25 16:14:56 +02:00
14_InitPipeline Resolve issues with release build. 2021-05-25 16:14:56 +02:00
15_DrawCube Resolve issues with release build. 2021-05-25 16:14:56 +02:00
16_Vulkan_1_1 Resolve issues with release build. 2021-05-25 16:14:56 +02:00
CopyBlitImage Fix release build of samples: suppress warnings about unused variables 2021-09-06 10:48:52 +02:00
CreateDebugUtilsMessenger Fix release build of samples: suppress warnings about unused variables 2021-09-06 10:48:52 +02:00
DebugUtilsObjectName Resolve issues with release build. 2021-05-25 16:14:56 +02:00
DrawTexturedCube Resolve issues with release build. 2021-05-25 16:14:56 +02:00
DynamicUniform Resolve issues with release build. 2021-05-25 16:14:56 +02:00
EnableValidationWithCallback Resolve issues with release build. 2021-05-25 16:14:56 +02:00
EnumerateDevicesAdvanced Resolve issues with release build. 2021-05-25 16:14:56 +02:00
Events Resolve issues with release build. 2021-05-25 16:14:56 +02:00
ImmutableSampler Resolve issues with release build. 2021-05-25 16:14:56 +02:00
InitTexture Removed explicit setting of the ComponentMapping for ImageViews in samples to RGBA, as the default of Identity does the same. 2021-11-11 11:49:07 +01:00
InputAttachment Removed explicit setting of the ComponentMapping for ImageViews in samples to RGBA, as the default of Identity does the same. 2021-11-11 11:49:07 +01:00
InstanceExtensionProperties Change structure member sType to non-const to allow default assignment operator. Make copy constructor and copy assignment default. The latter is required for C++20 designated initializers. Delegate the constructor from C-type to the copy constructor by casting rhs accordingly. Fix warnings on gcc/clang. 2021-01-18 12:25:50 +01:00
InstanceLayerExtensionProperties Introduce raii-compliant handle wrapper classes. 2021-02-22 16:19:12 +01:00
InstanceLayerProperties Change structure member sType to non-const to allow default assignment operator. Make copy constructor and copy assignment default. The latter is required for C++20 designated initializers. Delegate the constructor from C-type to the copy constructor by casting rhs accordingly. Fix warnings on gcc/clang. 2021-01-18 12:25:50 +01:00
InstanceVersion Introduce raii-compliant handle wrapper classes. 2021-02-22 16:19:12 +01:00
MultipleSets Resolve issues with release build. 2021-05-25 16:14:56 +02:00
OcclusionQuery Resolve issues with release build. 2021-05-25 16:14:56 +02:00
PhysicalDeviceExtensions Resolve issues with release build. 2021-05-25 16:14:56 +02:00
PhysicalDeviceFeatures Resolve issues with release build. 2021-05-25 16:14:56 +02:00
PhysicalDeviceGroups Resolve issues with release build. 2021-05-25 16:14:56 +02:00
PhysicalDeviceMemoryProperties Add MSVC 2019 builds again 2020-12-07 16:22:07 +01:00
PhysicalDeviceProperties Resolve issues with release build. 2021-05-25 16:14:56 +02:00
PhysicalDeviceQueueFamilyProperties Resolve issues with release build. 2021-05-25 16:14:56 +02:00
PipelineCache Resolve issues with release build. 2021-05-25 16:14:56 +02:00
PipelineDerivative Resolve issues with release build. 2021-05-25 16:14:56 +02:00
PushConstants Resolve issues with release build. 2021-05-25 16:14:56 +02:00
PushDescriptors Resolve issues with release build. 2021-05-25 16:14:56 +02:00
RayTracing Use github actions for CI builds. 2021-06-16 16:53:00 +02:00
SecondaryCommandBuffer Resolve issues with release build. 2021-05-25 16:14:56 +02:00
SeparateImageSampler Resolve issues with release build. 2021-05-25 16:14:56 +02:00
SurfaceCapabilities Resolve issues with release build. 2021-05-25 16:14:56 +02:00
SurfaceFormats Resolve issues with release build. 2021-05-25 16:14:56 +02:00
Template Resolve issues with release build. 2021-05-25 16:14:56 +02:00
TexelBuffer Resolve issues with release build. 2021-05-25 16:14:56 +02:00
utils Removed explicit setting of the ComponentMapping for ImageViews in samples to RGBA, as the default of Identity does the same. 2021-11-11 11:49:07 +01:00
CMakeLists.txt Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00