Merge pull request #2813 from greg-lunarg/kg120
Update to latest spirv-headers
This commit is contained in:
		
						commit
						ea73494af9
					
				| @ -1543,7 +1543,7 @@ enum Op { | ||||
|     OpUSubSatINTEL = 5596, | ||||
|     OpIMul32x16INTEL = 5597, | ||||
|     OpUMul32x16INTEL = 5598, | ||||
|     OpConstFunctionPointerINTEL = 5600, | ||||
|     OpConstantFunctionPointerINTEL = 5600, | ||||
|     OpFunctionPointerCallINTEL = 5601, | ||||
|     OpAsmTargetINTEL = 5609, | ||||
|     OpAsmINTEL = 5610, | ||||
| @ -2131,7 +2131,7 @@ inline void HasResultAndType(Op opcode, bool *hasResult, bool *hasResultType) { | ||||
|     case OpUSubSatINTEL: *hasResult = true; *hasResultType = true; break; | ||||
|     case OpIMul32x16INTEL: *hasResult = true; *hasResultType = true; break; | ||||
|     case OpUMul32x16INTEL: *hasResult = true; *hasResultType = true; break; | ||||
|     case OpConstFunctionPointerINTEL: *hasResult = true; *hasResultType = true; break; | ||||
|     case OpConstantFunctionPointerINTEL: *hasResult = true; *hasResultType = true; break; | ||||
|     case OpFunctionPointerCallINTEL: *hasResult = true; *hasResultType = true; break; | ||||
|     case OpAsmTargetINTEL: *hasResult = true; *hasResultType = true; break; | ||||
|     case OpAsmINTEL: *hasResult = true; *hasResultType = true; break; | ||||
|  | ||||
| @ -5,14 +5,14 @@ | ||||
|       "site" : "github", | ||||
|       "subrepo" : "KhronosGroup/SPIRV-Tools", | ||||
|       "subdir" : "External/spirv-tools", | ||||
|       "commit" : "339d4475c1a806c187c57678af26733575d1cecd" | ||||
|       "commit" : "21e3f681e2004590c7865bc8c0195a4ab8e66c88" | ||||
|     }, | ||||
|     { | ||||
|       "name" : "spirv-tools/external/spirv-headers", | ||||
|       "site" : "github", | ||||
|       "subrepo" : "KhronosGroup/SPIRV-Headers", | ||||
|       "subdir" : "External/spirv-tools/external/spirv-headers", | ||||
|       "commit" : "29817199b7069bac971e5365d180295d4b077ebe" | ||||
|       "commit" : "814e728b30ddd0f4509233099a3ad96fd4318c07" | ||||
|     } | ||||
|   ] | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Greg Fischer
						Greg Fischer