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