public class CGEMultiInputFilterWrapper
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static CGEMultiInputFilterWrapper |
create(java.lang.String vsh,
java.lang.String fsh) |
|
long |
getNativeAddress() |
|
protected static long |
nativeCreate(java.lang.String vsh,
java.lang.String fsh) |
|
protected static void |
nativeRelease(long holder) |
|
protected void |
nativeUpdateInputTextures(long holder,
java.nio.IntBuffer inputTextureBuffer,
int count) |
|
void |
release(boolean deleteFilter) |
|
void |
updateInputTextures(int[] inputTextures) |
|
void |
updateInputTextures(java.nio.IntBuffer inputTextureBuffer,
int count) |
public static CGEMultiInputFilterWrapper create(java.lang.String vsh, java.lang.String fsh)
public void release(boolean deleteFilter)
public long getNativeAddress()
public void updateInputTextures(java.nio.IntBuffer inputTextureBuffer,
int count)
public void updateInputTextures(int[] inputTextures)
protected static long nativeCreate(java.lang.String vsh,
java.lang.String fsh)
protected static void nativeRelease(long holder)
protected void nativeUpdateInputTextures(long holder,
java.nio.IntBuffer inputTextureBuffer,
int count)