forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
9
Kha/Backends/HTML5/kha/js/graphics4/TextureUnit.hx
Normal file
9
Kha/Backends/HTML5/kha/js/graphics4/TextureUnit.hx
Normal file
@ -0,0 +1,9 @@
|
||||
package kha.js.graphics4;
|
||||
|
||||
class TextureUnit implements kha.graphics4.TextureUnit {
|
||||
public var value: Int;
|
||||
|
||||
public function new(value: Int) {
|
||||
this.value = value;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user