10 lines
184 B
Haxe
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() {}
|
|
}
|