From ab87a35c3cce98a78db804e40ea1b60f5f864f53 Mon Sep 17 00:00:00 2001 From: Jens Owen Date: Wed, 23 Sep 2015 14:33:17 -0400 Subject: Added request for VkShaderCreateInfo.stage check --- layers/vk_validation_layer_details.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'layers') 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 -- cgit v1.2.3