13 lines
124 B
Plaintext
13 lines
124 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
struct S {
|
||
|
int a;
|
||
|
float b;
|
||
|
};
|
||
|
|
||
|
kernel void tint_symbol() {
|
||
|
return;
|
||
|
}
|
||
|
|