LNXSDK/Kha/Backends/Kinc-hxcpp/kha/compute/ConstantLocation.hx
2025-01-22 16:18:30 +01:00

10 lines
198 B
Haxe

package kha.compute;
@:headerCode("
#include <kinc/compute/compute.h>
")
@:headerClassCode("kinc_compute_constant_location location;")
class ConstantLocation {
public function new() {}
}