public interface ISource
| Modifier and Type | Method and Description |
|---|---|
ISource |
apply(IEffect effect)
IEffectを適用する。
|
int |
getHeight() |
int |
getOutputTexId() |
TextureOffscreen |
getOutputTexture() |
int[] |
getSourceTexId() |
float[] |
getTexMatrix() |
int |
getWidth() |
void |
release() |
ISource |
reset() |
ISource |
resize(int width,
int height) |
ISource reset()
ISource resize(int width, int height)
ISource apply(IEffect effect)
effect - int getWidth()
int getHeight()
int[] getSourceTexId()
int getOutputTexId()
float[] getTexMatrix()
TextureOffscreen getOutputTexture()
void release()