forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
13
Kha/Backends/Node/kha/graphics4/FragmentShader.hx
Normal file
13
Kha/Backends/Node/kha/graphics4/FragmentShader.hx
Normal file
@ -0,0 +1,13 @@
|
||||
package kha.graphics4;
|
||||
|
||||
import kha.Blob;
|
||||
|
||||
class FragmentShader {
|
||||
public function new(sources: Array<Blob>, files: Array<String>) {}
|
||||
|
||||
public static function fromSource(source: String): FragmentShader {
|
||||
return null;
|
||||
}
|
||||
|
||||
public function delete(): Void {}
|
||||
}
|
Reference in New Issue
Block a user