10 lines
231 B
Haxe
Raw Normal View History

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