diff options
| author | Karl Schultz <karl@lunarg.com> | 2016-06-30 16:34:29 -0600 |
|---|---|---|
| committer | Karl Schultz <karl@lunarg.com> | 2016-06-30 16:34:29 -0600 |
| commit | 022ef21c868d944e7227b4f32e85767fbced53c7 (patch) | |
| tree | 17c5357fd7fc2773679ac51a7c16d99f7b9bca5d | |
| parent | 32a03daf7f6ad1f42bd213b43ba935d6629118c6 (diff) | |
| download | usermoji-022ef21c868d944e7227b4f32e85767fbced53c7.tar.xz | |
tests: Add missing TODO tests to layer details doc
Change-Id: I55fb267772e94f9228e0a8b19aae5049cfccfe02
| -rw-r--r-- | layers/vk_validation_layer_details.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layers/vk_validation_layer_details.md b/layers/vk_validation_layer_details.md index 5db2f0cc..3c617812 100644 --- a/layers/vk_validation_layer_details.md +++ b/layers/vk_validation_layer_details.md @@ -378,6 +378,10 @@ This layer is a work in progress. VK_LAYER_LUNARG_swapchain layer is intended to | Valid queueFamilyIndex value | Validates that a queueFamilyIndex value is less-than pQueueFamilyPropertyCount returned by vkGetPhysicalDeviceQueueFamilyProperties | QUEUE_FAMILY_INDEX_TOO_LARGE | vkGetPhysicalDeviceSurfaceSupportKHR | TODO | None | | Supported combination of queue and surface | Validates that the surface associated with a swapchain was seen to support the queueFamilyIndex of a given queue | SURFACE_NOT_SUPPORTED_WITH_QUEUE | vkQueuePresentKHR | TODO | None | | Proper synchronization of acquired images | vkAcquireNextImageKHR should be called with a valid semaphore and/or fence | NO_SYNC_FOR_ACQUIRE | vkAcquireNextImageKHR | TODO | None | +| Potential use before query | Validates that Display Plane Properties are queried before getting supported Display Planes | GET_SUPPORTED_DISPLAYS_WITHOUT_QUERY | vkGetPhysicalDeviceSurfaceSupportKHR | TODO | actually: vkGetDisplayPlaneSupportedDisplaysKHR | +| Index too large | Validates index is in range of phys device display plane props | PLANE_INDEX_TOO_LARGE | vkGetPhysicalDeviceSurfaceSupportKHR | TODO | actually: vkGetDisplayPlaneSupportedDisplaysKHR | +| Index too large | Validates index is in range of phys device display plane props | PLANE_INDEX_TOO_LARGE | vkGetPhysicalDeviceSurfaceSupportKHR | TODO | actually: vkGetDisplayPlaneCapabilitiesKHR | + Note: The following platform-specific functions are not mentioned above, because they are protected by ifdefs, which cause test failures: |
