10 lines
113 B
Plaintext
10 lines
113 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
void f() {
|
||
|
half a = 1.0h;
|
||
|
half b = 1.0h;
|
||
|
half c = 1.0h;
|
||
|
}
|
||
|
|