mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-04 17:11:44 +03:00
5 lines
98 B
D
5 lines
98 B
D
@compute(CompileFor.deviceOnly)
|
|
module inputs.kernel;
|
|
|
|
import ldc.dcompute;
|
|
@kernel void foo() {}
|