| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 14 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" |
| OpExecutionMode %main OriginUpperLeft |
| OpName %S "S" |
| OpMemberName %S 0 "field0" |
| OpName %myvar "myvar" |
| OpName %main_1 "main_1" |
| OpName %main "main" |
| OpDecorate %S Block |
| OpMemberDecorate %S 0 Offset 0 |
| OpMemberDecorate %S 0 ColMajor |
| OpMemberDecorate %S 0 MatrixStride 8 |
| OpDecorate %myvar DescriptorSet 0 |
| OpDecorate %myvar Binding 0 |
| %float = OpTypeFloat 32 |
| %v2float = OpTypeVector %float 2 |
| %mat3v2float = OpTypeMatrix %v2float 3 |
| %S = OpTypeStruct %mat3v2float |
| %_ptr_StorageBuffer_S = OpTypePointer StorageBuffer %S |
| %myvar = OpVariable %_ptr_StorageBuffer_S StorageBuffer |
| %void = OpTypeVoid |
| %7 = OpTypeFunction %void |
| %main_1 = OpFunction %void None %7 |
| %10 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %7 |
| %12 = OpLabel |
| %13 = OpFunctionCall %void %main_1 |
| OpReturn |
| OpFunctionEnd |