public static class DwGLTexture.TexturePingPong extends Object
Modifier and Type | Field and Description |
---|---|
DwGLTexture |
dst |
DwGLTexture |
src |
Constructor and Description |
---|
TexturePingPong() |
Modifier and Type | Method and Description |
---|---|
void |
clear(float v) |
void |
release() |
void |
resize(DwPixelFlow context,
int internalFormat,
int w,
int h,
int format,
int type,
int filter,
int num_channel,
int byte_per_channel) |
void |
swap() |
public DwGLTexture src
public DwGLTexture dst
public void resize(DwPixelFlow context, int internalFormat, int w, int h, int format, int type, int filter, int num_channel, int byte_per_channel)
public void release()
public void swap()
public void clear(float v)
Processing library PixelFlow by Thomas Diewald. (c) 2017