Vulkan-Hpp/samples
asuessenbach 5fc91db38d Prepare usage of BestPractices validation layer.
Still disabled by default due to yet to be resolved issues.
2021-01-25 13:34:30 +01:00
..
01_InitInstance Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
02_EnumerateDevices Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00
03_InitDevice Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
04_InitCommandBuffer Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
05_InitSwapchain Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
06_InitDepthBuffer Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00
07_InitUniformBuffer Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00
08_InitPipelineLayout Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
09_InitDescriptorSet Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00
10_InitRenderPass Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00
11_InitShaders Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
12_InitFrameBuffers Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
13_InitVertexBuffer 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
14_InitPipeline Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00
15_DrawCube 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
16_Vulkan_1_1 Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
CopyBlitImage Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00
CreateDebugUtilsMessenger Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
DebugUtilsObjectName Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00
DrawTexturedCube 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
DynamicUniform 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
EnableValidationWithCallback Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00
EnumerateDevicesAdvanced Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
Events Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
ImmutableSampler 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
InitTexture Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00
InputAttachment Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02: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 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
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 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
MultipleSets 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
OcclusionQuery 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
PhysicalDeviceExtensions Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
PhysicalDeviceFeatures Move some samples to VK_API_VERSION_1_1. 2020-11-17 16:42:52 +01:00
PhysicalDeviceGroups Move some samples to VK_API_VERSION_1_1. 2020-11-17 16:42:52 +01:00
PhysicalDeviceMemoryProperties Add MSVC 2019 builds again 2020-12-07 16:22:07 +01:00
PhysicalDeviceProperties Move some samples to VK_API_VERSION_1_1. 2020-11-17 16:42:52 +01:00
PhysicalDeviceQueueFamilyProperties Move some samples to VK_API_VERSION_1_1. 2020-11-17 16:42:52 +01:00
PipelineCache 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
PipelineDerivative 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
PushConstants 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
PushDescriptors 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
RayTracing 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
SecondaryCommandBuffer Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00
SeparateImageSampler 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
SurfaceCapabilities Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00
SurfaceFormats Introduce structure constructors using ArrayProxyNoTemporaries 2020-07-09 12:03:03 +02:00
Template 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
TexelBuffer Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00
utils Prepare usage of BestPractices validation layer. 2021-01-25 13:34:30 +01:00
CMakeLists.txt Set warnings as errors for the generator, the samples, and the tests. 2020-10-14 17:44:16 +02:00