mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-14 09:45:47 +00:00
Make unsupported DXIL Constant Op be an error instead of log
This commit is contained in:
@@ -967,7 +967,7 @@ static bool ConvertDXILConstantToShaderVariable(const Constant *constant, Shader
|
||||
// case Operation::And:
|
||||
// case Operation::Or:
|
||||
// case Operation::Xor:
|
||||
RDCLOG("Unsupported Constant Op %s", ToStr(constant->op).c_str());
|
||||
RDCERR("Unsupported Constant Op %s", ToStr(constant->op).c_str());
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user