mirror of
https://github.com/openharmony/third_party_spirv-tools.git
synced 2026-07-21 03:35:25 -04:00
Fix validation failure on OpDecorationGroup (#3365)
This commit is contained in:
committed by
GitHub
parent
25f4d6a203
commit
901cfbc017
@@ -71,6 +71,7 @@ spv_result_t ValidateFunction(ValidationState_t& _, const Instruction* inst) {
|
||||
}
|
||||
|
||||
const std::vector<SpvOp> acceptable = {
|
||||
SpvOpGroupDecorate,
|
||||
SpvOpDecorate,
|
||||
SpvOpEnqueueKernel,
|
||||
SpvOpEntryPoint,
|
||||
|
||||
Reference in New Issue
Block a user