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

10 lines
151 B
Haxe

package kha.compute;
class ConstantLocation {
public var _location: Pointer;
public function new(location: Pointer) {
_location = location;
}
}