Vulkan-Hpp/samples
asuessenbach 527e52a1bd Introduce VULKAN_HPP_NO_TO_STRING to optionally remove the various vk::to_string functions.
Also extend the samples to hold some local version of the needed to_string functions in case VULKAN_HPP_NO_TO_STRING is defined.
2022-07-25 17:11:30 +02:00
..
01_InitInstance Speed up CI by using ninja and parallel build (#1347) 2022-07-07 10:22:21 +02:00
02_EnumerateDevices Resolve issues with release build. 2021-05-25 16:14:56 +02:00
03_InitDevice Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
04_InitCommandBuffer Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
05_InitSwapchain Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
06_InitDepthBuffer Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
07_InitUniformBuffer Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
08_InitPipelineLayout Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
09_InitDescriptorSet Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
10_InitRenderPass Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
11_InitShaders Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
12_InitFrameBuffers Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
13_InitVertexBuffer Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
14_InitPipeline Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
15_DrawCube Resolve validation layer issues with some samples. 2022-05-02 11:36:36 +02:00
16_Vulkan_1_1 Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
CopyBlitImage Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
CreateDebugUtilsMessenger Introduce VULKAN_HPP_NO_TO_STRING to optionally remove the various vk::to_string functions. 2022-07-25 17:11:30 +02:00
DebugUtilsObjectName Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
DrawTexturedCube Resolve validation layer issues with some samples. 2022-05-02 11:36:36 +02:00
DynamicUniform Resolve validation layer issues with some samples. 2022-05-02 11:36:36 +02:00
EnableValidationWithCallback Introduce VULKAN_HPP_NO_TO_STRING to optionally remove the various vk::to_string functions. 2022-07-25 17:11:30 +02:00
EnumerateDevicesAdvanced Introduce VULKAN_HPP_NO_TO_STRING to optionally remove the various vk::to_string functions. 2022-07-25 17:11:30 +02:00
Events Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
ImmutableSampler Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
InitTexture Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
InputAttachment Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
InstanceExtensionProperties Speed up CI by using ninja and parallel build (#1347) 2022-07-07 10:22:21 +02:00
InstanceLayerExtensionProperties Speed up CI by using ninja and parallel build (#1347) 2022-07-07 10:22:21 +02:00
InstanceLayerProperties Speed up CI by using ninja and parallel build (#1347) 2022-07-07 10:22:21 +02:00
InstanceVersion Speed up CI by using ninja and parallel build (#1347) 2022-07-07 10:22:21 +02:00
MultipleSets Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
OcclusionQuery Resolve validation layer issues with some samples. 2022-05-02 11:36:36 +02:00
PhysicalDeviceExtensions Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
PhysicalDeviceFeatures Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
PhysicalDeviceGroups Add pNext as optional last argument to constructors of structs that hold a pNext. 2022-03-23 17:08:19 +01:00
PhysicalDeviceMemoryProperties Introduce VULKAN_HPP_NO_TO_STRING to optionally remove the various vk::to_string functions. 2022-07-25 17:11:30 +02:00
PhysicalDeviceProperties Introduce VULKAN_HPP_NO_TO_STRING to optionally remove the various vk::to_string functions. 2022-07-25 17:11:30 +02:00
PhysicalDeviceQueueFamilyProperties Introduce VULKAN_HPP_NO_TO_STRING to optionally remove the various vk::to_string functions. 2022-07-25 17:11:30 +02:00
PipelineCache Resolve validation layer issues with some samples. 2022-05-02 11:36:36 +02:00
PipelineDerivative Resolve validation layer issues with some samples. 2022-05-02 11:36:36 +02:00
PushConstants Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
PushDescriptors Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
RayTracing Introduce VULKAN_HPP_NO_TO_STRING to optionally remove the various vk::to_string functions. 2022-07-25 17:11:30 +02:00
SecondaryCommandBuffer Resolve validation layer issues with some samples. 2022-05-02 11:36:36 +02:00
SeparateImageSampler Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
SurfaceCapabilities Introduce VULKAN_HPP_NO_TO_STRING to optionally remove the various vk::to_string functions. 2022-07-25 17:11:30 +02:00
SurfaceFormats Introduce VULKAN_HPP_NO_TO_STRING to optionally remove the various vk::to_string functions. 2022-07-25 17:11:30 +02:00
Template Resolve validation layer issues with some samples. 2022-05-02 11:36:36 +02:00
TexelBuffer Resolve validation layer issues with some samples. 2022-05-02 11:36:36 +02:00
utils Introduce VULKAN_HPP_NO_TO_STRING to optionally remove the various vk::to_string functions. 2022-07-25 17:11:30 +02:00
CMakeLists.txt Speed up CI by using ninja and parallel build (#1347) 2022-07-07 10:22:21 +02:00