Package com.leia.sdk.views
Class InputGLBinding.Texture
- java.lang.Object
-
- com.leia.sdk.views.InputGLBinding.Texture
-
- Enclosing class:
- InputGLBinding
public static class InputGLBinding.Texture extends Object
-
-
Constructor Summary
Constructors Constructor Description Texture()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
create(InputGLBinding.Texture texture, int glTextureType, boolean isProtected)
static boolean
create(InputGLBinding.Texture texture, Bitmap bitmap, boolean isProtected, InputGLBinding.SRGBConfig srgbConfig)
static void
destroy(InputGLBinding.Texture texture, boolean isValidGLContext)
-
-
-
Method Detail
-
create
public static void create(InputGLBinding.Texture texture, int glTextureType, boolean isProtected)
-
create
public static boolean create(InputGLBinding.Texture texture, Bitmap bitmap, boolean isProtected, InputGLBinding.SRGBConfig srgbConfig)
-
destroy
public static void destroy(InputGLBinding.Texture texture, boolean isValidGLContext)
-
-