2025-01-22 16:18:30 +01:00

10 lines
184 B
Haxe

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