Move documentation for Swapchain -> it's a validation layer
authorIan Elliott <ian@lunarg.com>
Fri, 25 Sep 2015 22:19:06 +0000 (16:19 -0600)
committerIan Elliott <ian@lunarg.com>
Fri, 25 Sep 2015 22:19:06 +0000 (16:19 -0600)
layers/vk_validation_layer_details.md

index 1268264c32c4432f4c887641ac51315cd4618498..d2f40f72792ae139b72208b885b0068746cd2e87 100644 (file)
@@ -288,19 +288,6 @@ For the second category of errors, DeviceLimits stores its own internal record o
 
  1. For all Formats, call vkGetPhysicalDeviceFormatProperties to pull their properties for the underlying device. After that point, if the app attempts to use any formats in violation of those properties, flag errors (this is done for Images).
 
-# Non-validation Layer Details
-
-## APIDump
-
-APIDump layer is used for dumping a stream of all the Vulkan API calls that are made, along with details of the parameters to those calls.
-
-### APIDump Pending Work
-
- 1. vkAllocDescriptorSets does not correctly print out all of the created DescriptorSets (no array printing following main API txt)
-
-
-
-
 ## Swapchain
 
 ### Swapchain Overview
@@ -343,6 +330,16 @@ Additional checks to be added to Swapchain
  2. One issue that has already come up is correct UsageFlags for WSI SwapChains and SurfaceProperties.
  3. Tons of other stuff including semaphore and synchronization validation.
 
+# Non-validation Layer Details
+
+## APIDump
+
+APIDump layer is used for dumping a stream of all the Vulkan API calls that are made, along with details of the parameters to those calls.
+
+### APIDump Pending Work
+
+ 1. vkAllocDescriptorSets does not correctly print out all of the created DescriptorSets (no array printing following main API txt)
+
 
 ## General Pending Work
 A place to capture general validation work to be done. This includes new checks that don't clearly fit into the above layers.