Package com.badlogic.gdx.jnigen

Examples of com.badlogic.gdx.jnigen.NativeCodeGenerator.generate()


    return n;
  }
 
  public static void main(String[] args) throws Exception {
    NativeCodeGenerator jniGen = new NativeCodeGenerator();
    jniGen.generate("src/", "bin/", "jni", new String[] { "**/GL.java", "**/AL.java", "**/ALC.java", "**/Glfw.java", "**/Memory.java" }, null);
   
    String[] commonSrc = {
      "glfw-3.0/src/clipboard.c",
      "glfw-3.0/src/context.c",
      "glfw-3.0/src/gamma.c",
View Full Code Here


    return n;
  }
 
  public static void main(String[] args) throws Exception {
    NativeCodeGenerator jniGen = new NativeCodeGenerator();
    jniGen.generate("src/", "bin/", "jni", new String[] { "**/GL.java", "**/AL.java", "**/ALC.java", "**/Glfw.java", "**/Memory.java" }, null);
   
    String[] commonSrc = {
      "glfw-3.0/src/clipboard.c",
      "glfw-3.0/src/context.c",
      "glfw-3.0/src/gamma.c",
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.