Create private properties on GLCanvas for experimentation with 3d
Change-Id: I17772f61efce727cb4c1111f4d97f58c741786b8
This commit is contained in:
@@ -153,6 +153,12 @@ class GLES20Canvas extends HardwareCanvas {
|
||||
|
||||
private static native void nSetName(int renderer, String name);
|
||||
|
||||
public static void setProperty(String name, String value) {
|
||||
nSetProperty(name, value);
|
||||
}
|
||||
|
||||
private static native void nSetProperty(String name, String value);
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// Hardware layers
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user