Skip to content

Commit 9973549

Browse files
committed
CComputeBlit: Remove software path forcing debug code.
1 parent 21691b0 commit 9973549

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/nbl/video/utilities/CComputeBlit.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,7 @@ class CComputeBlit : public core::IReferenceCounted
663663
{
664664
const auto& formatUsages = m_device->getPhysicalDevice()->getImageFormatUsagesOptimal(format);
665665

666-
// if (formatUsages.storageImage)
667-
if (formatUsages.storageImage && format != asset::EF_B10G11R11_UFLOAT_PACK32)
666+
if (formatUsages.storageImage)
668667
{
669668
return format;
670669
}

0 commit comments

Comments
 (0)