8 lines
90 B
Plaintext
8 lines
90 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
struct S {
|
||
|
/* 0x0000 */ float2x2 m;
|
||
|
};
|
||
|
|