11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
kernel void tint_symbol() {
|
||
|
float3x3 m = 0.0f;
|
||
|
const float3 v = m[1];
|
||
|
const float f = v[1];
|
||
|
return;
|
||
|
}
|
||
|
|