diff options
| author | Jens Owen <jens@lunarg.com> | 2015-09-23 14:33:17 -0400 |
|---|---|---|
| committer | Jens Owen <jens@lunarg.com> | 2015-09-23 14:33:17 -0400 |
| commit | ab87a35c3cce98a78db804e40ea1b60f5f864f53 (patch) | |
| tree | 1045d5907d8a763d4ee603d4eb938b105fc991d4 | |
| parent | 2647f3216cab3a51c5bbe016055fdbbf5651c55d (diff) | |
| download | usermoji-ab87a35c3cce98a78db804e40ea1b60f5f864f53.tar.xz | |
Added request for VkShaderCreateInfo.stage check
| -rw-r--r-- | layers/vk_validation_layer_details.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/layers/vk_validation_layer_details.md b/layers/vk_validation_layer_details.md index ef7571ea..15ab5b0b 100644 --- a/layers/vk_validation_layer_details.md +++ b/layers/vk_validation_layer_details.md @@ -299,5 +299,4 @@ A place to capture general validation work to be done. This includes new checks 1. For Upcoming Dynamic State overhaul (if approved): If dynamic state value that is consumed is never set prior to consumption, flag an error 2. For Upcoming Dynamic State overhaul (if approved): If dynamic state that was bound as "static" in current PSO is attempted to be set with vkCmdSet* flag an error 3. Need a WSI validation layer(s) to validate correct usage of WSI API. One issue that has already come up is correct UsageFlags for WSI SwapChains and SurfaceProperties. Tons of other stuff including semaphore and synchronization validation. - - + 4. Need to check VkShaderCreateInfo.stage is being set properly (Issue reported by Dan Ginsberg)
\ No newline at end of file |
