10 lines
184 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package kha.compute;
@:headerCode("
#include <kinc/compute/compute.h>
")
@:headerClassCode("kinc_compute_texture_unit unit;")
class TextureUnit {
public function new() {}
}