mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
10 lines
108 B
Plaintext
10 lines
108 B
Plaintext
// language: metal1.1
|
|
#include <metal_stdlib>
|
|
#include <simd/simd.h>
|
|
|
|
|
|
kernel void main_(
|
|
) {
|
|
return;
|
|
}
|