| .. |
|
01_InitInstance
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
02_EnumerateDevices
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
03_InitDevice
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
04_InitCommandBuffer
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
05_InitSwapchain
|
Fix validation layer warning on minImageCount of 2. (#1634)
|
2023-08-07 12:00:11 +02:00 |
|
06_InitDepthBuffer
|
Resolve a validation layer warnings on destruction order of Image/Buffer and bound DeviceMemory. (#1636)
|
2023-08-08 13:40:56 +02:00 |
|
07_InitUniformBuffer
|
Resolve a validation layer warnings on destruction order of Image/Buffer and bound DeviceMemory. (#1636)
|
2023-08-08 13:40:56 +02:00 |
|
08_InitPipelineLayout
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
09_InitDescriptorSet
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
10_InitRenderPass
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
11_InitShaders
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
12_InitFrameBuffers
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
13_InitVertexBuffer
|
Reorder some object instantiations to get valid destruction sequence. (#1641)
|
2023-08-21 11:35:17 +02:00 |
|
14_InitPipeline
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
15_DrawCube
|
Change samples from resetting command buffers to resetting command pool (#1638)
|
2023-08-14 16:09:11 +02:00 |
|
16_Vulkan_1_1
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
CopyBlitImage
|
Reorder some object instantiations to get valid destruction sequence. (#1641)
|
2023-08-21 11:35:17 +02:00 |
|
CreateDebugUtilsMessenger
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
DebugUtilsObjectName
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
DrawTexturedCube
|
Change samples from resetting command buffers to resetting command pool (#1638)
|
2023-08-14 16:09:11 +02:00 |
|
DynamicUniform
|
Change samples from resetting command buffers to resetting command pool (#1638)
|
2023-08-14 16:09:11 +02:00 |
|
EnableValidationWithCallback
|
change calls to std::find, std::find_if, and std::find_if_not to functionally identical calls to std::any_of, std::all_of, and std::none_of, when appropriate (#1621)
|
2023-07-13 11:26:01 +02:00 |
|
EnumerateDevicesAdvanced
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
Events
|
Change samples from resetting command buffers to resetting command pool (#1638)
|
2023-08-14 16:09:11 +02:00 |
|
ImmutableSampler
|
Change samples from resetting command buffers to resetting command pool (#1638)
|
2023-08-14 16:09:11 +02:00 |
|
InitTexture
|
Reorder some object instantiations to get valid destruction sequence. (#1641)
|
2023-08-21 11:35:17 +02:00 |
|
InputAttachment
|
Resolve synchronization issue in [RAII_]Samples/InputAttachment. (#1644)
|
2023-08-24 08:32:15 +02:00 |
|
InstanceExtensionProperties
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
InstanceLayerExtensionProperties
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
InstanceLayerProperties
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
InstanceVersion
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
MultipleSets
|
Change samples from resetting command buffers to resetting command pool (#1638)
|
2023-08-14 16:09:11 +02:00 |
|
OcclusionQuery
|
Resolve some more validation layer issues. (#1643)
|
2023-08-23 13:58:54 +02:00 |
|
PhysicalDeviceExtensions
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
PhysicalDeviceFeatures
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
PhysicalDeviceGroups
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
PhysicalDeviceMemoryProperties
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
PhysicalDeviceProperties
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
PhysicalDeviceQueueFamilyProperties
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
PipelineCache
|
Change samples from resetting command buffers to resetting command pool (#1638)
|
2023-08-14 16:09:11 +02:00 |
|
PipelineDerivative
|
Change samples from resetting command buffers to resetting command pool (#1638)
|
2023-08-14 16:09:11 +02:00 |
|
PushConstants
|
Change samples from resetting command buffers to resetting command pool (#1638)
|
2023-08-14 16:09:11 +02:00 |
|
PushDescriptors
|
Change samples from resetting command buffers to resetting command pool (#1638)
|
2023-08-14 16:09:11 +02:00 |
|
RayTracing
|
Resolve some more validation layer issues. (#1643)
|
2023-08-23 13:58:54 +02:00 |
|
SecondaryCommandBuffer
|
Resolve some more validation layer issues. (#1643)
|
2023-08-23 13:58:54 +02:00 |
|
SeparateImageSampler
|
Change samples from resetting command buffers to resetting command pool (#1638)
|
2023-08-14 16:09:11 +02:00 |
|
SurfaceCapabilities
|
change calls to std::find, std::find_if, and std::find_if_not to functionally identical calls to std::any_of, std::all_of, and std::none_of, when appropriate (#1621)
|
2023-07-13 11:26:01 +02:00 |
|
SurfaceFormats
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |
|
Template
|
Change samples from resetting command buffers to resetting command pool (#1638)
|
2023-08-14 16:09:11 +02:00 |
|
TexelBuffer
|
Change samples from resetting command buffers to resetting command pool (#1638)
|
2023-08-14 16:09:11 +02:00 |
|
utils
|
Resolve some validation layer warnings in some samples. (#1640)
|
2023-08-17 14:28:39 +02:00 |
|
CMakeLists.txt
|
Cleanup in CMakeLists.txt (#1572)
|
2023-05-08 11:54:57 +02:00 |