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