| ; Test: Samples_SpvModuleScopeVarParserTest_ComputeBuiltin_Load_CopyObject_2.spvasm |
| ; Generator: Khronos SPIR-V Tools Assembler; 0 |
| OpMemoryModel Logical Simple |
| OpEntryPoint GLCompute %3 "main" %gl_LocalInvocationID |
| OpExecutionMode %3 LocalSize 1 1 1 |
| OpDecorate %gl_LocalInvocationID BuiltIn LocalInvocationId |
| %5 = OpTypeFunction %void |
| %v3uint = OpTypeVector %uint 3 |
| %v3int = OpTypeVector %int 3 |
| %_ptr_Input_v3uint = OpTypePointer Input %v3uint |
| %gl_LocalInvocationID = OpVariable %_ptr_Input_v3uint Input |
| %3 = OpFunction %void None %5 |
| %13 = OpCopyObject %_ptr_Input_v3uint %gl_LocalInvocationID |