Update Files
This commit is contained in:
19
Kha/Backends/Java/kha/graphics4/Program.hx
Normal file
19
Kha/Backends/Java/kha/graphics4/Program.hx
Normal file
@ -0,0 +1,19 @@
|
||||
package kha.graphics4;
|
||||
|
||||
class Program {
|
||||
public function new() {}
|
||||
|
||||
public function setVertexShader(shader: VertexShader): Void {}
|
||||
|
||||
public function setFragmentShader(shader: FragmentShader): Void {}
|
||||
|
||||
public function link(structure: VertexStructure): Void {}
|
||||
|
||||
public function getConstantLocation(name: String): ConstantLocation {
|
||||
return null;
|
||||
}
|
||||
|
||||
public function getTextureUnit(name: String): TextureUnit {
|
||||
return null;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user