forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
17
Kha/Backends/WPF/kha/graphics4/PipelineState.hx
Normal file
17
Kha/Backends/WPF/kha/graphics4/PipelineState.hx
Normal file
@ -0,0 +1,17 @@
|
||||
package kha.graphics4;
|
||||
|
||||
class PipelineState extends PipelineStateBase {
|
||||
public function new() {
|
||||
super();
|
||||
}
|
||||
|
||||
public function compile(): Void {}
|
||||
|
||||
public function getConstantLocation(name: String): ConstantLocation {
|
||||
return null;
|
||||
}
|
||||
|
||||
public function getTextureUnit(name: String): TextureUnit {
|
||||
return null;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user