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