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