9 lines
114 B
Plaintext
9 lines
114 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
kernel void tint_symbol() {
|
||
|
mix(1.0f, 1.0f, 1.0f);
|
||
|
return;
|
||
|
}
|
||
|
|