8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
void f() {
|
||
|
float3x2 v = float3x2();
|
||
|
}
|
||
|
|