vulkan fix #780
This commit is contained in:
@@ -6333,7 +6333,7 @@ using namespace vulkan_internal;
|
||||
{
|
||||
view_desc.format = VK_FORMAT_R8_UNORM;
|
||||
}
|
||||
else if (view_desc.subresourceRange.aspectMask == VK_IMAGE_ASPECT_PLANE_0_BIT)
|
||||
else if (view_desc.subresourceRange.aspectMask == VK_IMAGE_ASPECT_PLANE_1_BIT)
|
||||
{
|
||||
view_desc.format = VK_FORMAT_R8G8_UNORM;
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace wi::version
|
||||
// minor features, major updates, breaking compatibility changes
|
||||
const int minor = 71;
|
||||
// minor bug fixes, alterations, refactors, updates
|
||||
const int revision = 349;
|
||||
const int revision = 350;
|
||||
|
||||
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user