Skip to content

Commit a879402

Browse files
author
devsh
committed
add more debug for @kept_secret
1 parent c4aefda commit a879402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nbl/video/utilities/CAssetConverter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2918,10 +2918,10 @@ auto CAssetConverter::reserve(const SInputs& inputs) -> SReserveResult
29182918
}
29192919
}
29202920
}
2921-
if (!buildSize)
2921+
if (buildSize==0 || sizes.buildScratchSize==0)
29222922
{
29232923
inputs.logger.log(
2924-
"Build Size Input is 0 for Acceleration Structure %8llx%8llx%8llx%8llx",
2924+
"Build Size Input is 0 or failed the call to `ILogicalDevice::getAccelerationStructureBuildSizes` for Acceleration Structure %8llx%8llx%8llx%8llx",
29252925
system::ILogger::ELL_ERROR,hashAsU64[0],hashAsU64[1],hashAsU64[2],hashAsU64[3]
29262926
);
29272927
continue;

0 commit comments

Comments
 (0)