spirv-tools: Disable bad validation.
This commit is contained in:
parent
a02d9b541b
commit
72d5832998
@ -1018,8 +1018,8 @@ spv_result_t ValidateSampledImage(ValidationState_t& _,
|
||||
}
|
||||
|
||||
if (type_inst->GetOperandAs<uint32_t>(1) != image_type) {
|
||||
return _.diag(SPV_ERROR_INVALID_DATA, inst)
|
||||
<< "Expected Image to have the same type as Result Type Image";
|
||||
// return _.diag(SPV_ERROR_INVALID_DATA, inst)
|
||||
// << "Expected Image to have the same type as Result Type Image";
|
||||
}
|
||||
|
||||
ImageTypeInfo info;
|
||||
|
Loading…
Reference in New Issue
Block a user