forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
6
Kha/Tools/macos/std/flash/display3D/Program3D.hx
Normal file
6
Kha/Tools/macos/std/flash/display3D/Program3D.hx
Normal file
@ -0,0 +1,6 @@
|
||||
package flash.display3D;
|
||||
|
||||
extern final class Program3D {
|
||||
function dispose() : Void;
|
||||
function upload(vertexProgram : flash.utils.ByteArray, fragmentProgram : flash.utils.ByteArray) : Void;
|
||||
}
|
Reference in New Issue
Block a user