Skip to content

Commit 046a334

Browse files
author
kevyuu
committed
More descriptive error
1 parent c9597ff commit 046a334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/video/ILogicalDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ class NBL_API2 ILogicalDevice : public core::IReferenceCounted, public IDeviceMe
12631263
const auto requiredSubgroupSizeStages = getPhysicalDeviceLimits().requiredSubgroupSizeStages;
12641264
if (!requiredSubgroupSizeStages.hasFlags(ci.getRequiredSubgroupStages()))
12651265
{
1266-
NBL_LOG_ERROR("Invalid shader stage");
1266+
NBL_LOG_ERROR("Shader stage is not a valid bit specified in requiredSubgroupSizeStages");
12671267
return {};
12681268
}
12691269

0 commit comments

Comments
 (0)