KhronosGroup / KhronosGroup/Vulkan-ValidationLayers
Missing check for Win32 WSI opaque handles
Open
Incomplete
WSI
- Dominant language
- C++
- Stars
- 1k
- Forks
- 504
- Avg merge
- 11h 35m
- Merged PRs (30d)
- 224
Description
- VUID-VkWin32SurfaceCreateInfoKHR-hinstance-01307
- VUID-VkSurfaceFullScreenExclusiveWin32InfoEXT-hmonitor-02673
@artem-lunarg These should be either
1. A simple `if (null)` check in stateless
2. Added in `unimplementable_validation.h`
Contributor guide
Assessment
This issue has not been assessed yet.