aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Elliott <ian@lunarg.com>2015-09-25 16:19:06 -0600
committerIan Elliott <ian@lunarg.com>2015-09-25 16:19:06 -0600
commit89b56067d3e339d7e56844bdcd8a304c5cac08fb (patch)
tree810e7126f156197b97cbef83d7d4b09be9a51d97
parent96421f64c2f3fcafc1a1df8f2698633d7c155637 (diff)
downloadusermoji-89b56067d3e339d7e56844bdcd8a304c5cac08fb.tar.xz
Move documentation for Swapchain -> it's a validation layer
-rw-r--r--layers/vk_validation_layer_details.md23
1 files changed, 10 insertions, 13 deletions
diff --git a/layers/vk_validation_layer_details.md b/layers/vk_validation_layer_details.md
index 1268264c..d2f40f72 100644
--- a/layers/vk_validation_layer_details.md
+++ b/layers/vk_validation_layer_details.md
@@ -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.