We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1af5d commit 1912cd2Copy full SHA for 1912cd2
src/nbl/asset/utils/CHLSLCompiler.cpp
@@ -49,7 +49,7 @@ static const wchar_t* ShaderStageToString(asset::IShader::E_SHADER_STAGE stage)
49
case asset::IShader::E_SHADER_STAGE::ESS_CLOSEST_HIT: [[fallthrough]];
50
case asset::IShader::E_SHADER_STAGE::ESS_MISS: [[fallthrough]];
51
case asset::IShader::E_SHADER_STAGE::ESS_INTERSECTION: [[fallthrough]];
52
- case asset::IShader::E_SHADER_STAGE::ESS_CALLABLE: [[fallthrough]]
+ case asset::IShader::E_SHADER_STAGE::ESS_CALLABLE: [[fallthrough]];
53
case asset::IShader::E_SHADER_STAGE::ESS_ALL_OR_LIBRARY:
54
return L"lib";
55
default:
0 commit comments