Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PsychVulkanCore: Minor enhancements and Vulkan validation warning fixes.
Print out supported VK_FORMAT_R8G8B8A8_UNORM in debug output listing. Use a initialLayout of VK_IMAGE_LAYOUT_UNDEFINED instead of VK_IMAGE_LAYOUT_PREINITIALIZED during creation of interop VkImage when interop with OpenGL is enabled, as the old layout seems to be illegal according to the spec, or so the validation layer says.
- Loading branch information