Added request for VkShaderCreateInfo.stage check
authorJens Owen <jens@lunarg.com>
Wed, 23 Sep 2015 18:33:17 +0000 (14:33 -0400)
committerJens Owen <jens@lunarg.com>
Wed, 23 Sep 2015 18:33:17 +0000 (14:33 -0400)
layers/vk_validation_layer_details.md

index ef7571ea685465ddfda03dcfdfbb7c7ab4c27a7f..15ab5b0b57a73d02f7518694b396ccb6dd3c9927 100644 (file)
@@ -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