1; Test: Samples_SpvModuleScopeVarParserTest_ComputeBuiltin_Load_CopyObject_5.spvasm 2; SPIR-V 3; Version: 1.0 4; Generator: Khronos SPIR-V Tools Assembler; 0 5; Bound: 14 6; Schema: 0 7OpCapability Shader 8OpMemoryModel Logical Simple 9OpEntryPoint GLCompute %3 "main" %gl_GlobalInvocationID 10OpExecutionMode %3 LocalSize 1 1 1 11OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId 12%void = OpTypeVoid 13%5 = OpTypeFunction %void 14%float = OpTypeFloat 32 15%uint = OpTypeInt 32 0 16%int = OpTypeInt 32 1 17%v3uint = OpTypeVector %uint 3 18%v3int = OpTypeVector %int 3 19%_ptr_Input_v3int = OpTypePointer Input %v3int 20%gl_GlobalInvocationID = OpVariable %_ptr_Input_v3int Input 21%3 = OpFunction %void None %5 22%12 = OpLabel 23%13 = OpCopyObject %_ptr_Input_v3int %gl_GlobalInvocationID 24%2 = OpLoad %v3int %13 25OpReturn 26OpFunctionEnd 27 28