All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.opengl.Visibility Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.opengl;
public class Visibility
{
public  Visibility() { throw new RuntimeException("Stub!"); }
public static native  int visibilityTest(float[] ws, int wsOffset, float[] positions, int positionsOffset, char[] indices, int indicesOffset, int indexCount);
public static native  int frustumCullSpheres(float[] mvp, int mvpOffset, float[] spheres, int spheresOffset, int spheresCount, int[] results, int resultsOffset, int resultsCapacity);
public static native  void computeBoundingSphere(float[] positions, int positionsOffset, int positionsCount, float[] sphere, int sphereOffset);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy