|
Aiv Fast2D
1.0.4
|
Public Member Functions | |
| RenderTexture (int width, int height, bool withDepth=false, int depthSize=16, bool depthOnly=false) | |
| void | ApplyPostProcessingEffect (PostProcessingEffect effect) |
| Apply a Post Processing FX More... | |
Public Member Functions inherited from Aiv.Fast2D.Texture | |
| Texture (bool nearest=false, bool repeatX=false, bool repeatY=false, bool mipMap=false) | |
| Texture (int width, int height, bool nearest=false, bool repeatX=false, bool repeatY=false, bool mipMap=false) | |
| Texture (string fileName, bool nearest=false, bool repeatX=false, bool repeatY=false, bool mipMap=false) | |
| Texture (Stream stream, bool nearest=false, bool repeatX=false, bool repeatY=false, bool mipMap=false) | |
| void | Update (byte[] bitmap, int mipMap=0) |
| void | Update (int mipMap=0) |
| void | AddMipMap (int mipMap, string fileName) |
| void | Bind (int unit=0) |
| void | Dispose () |
| void | SetRepeatX (bool repeat=true) |
| void | SetRepeatY (bool repeat=true) |
| void | SetLinear (bool mipMap=false) |
| void | SetNearest (bool mipMap=false) |
| virtual byte[] | Download (int mipMap=0) |
Properties | |
| int | FrameBufferId [get] |
| Frame Buffer Id associated to this render texture More... | |
| int | DepthTextureId [get] |
| Depth Buffer Id associated to this render texture More... | |
| int | TextureId [get] |
| Texture Id associated to this render texture More... | |
Properties inherited from Aiv.Fast2D.Texture | |
| int | Id [get] |
| The Id associated to this texture on the GPU More... | |
| int | Width [get, set] |
| The width of this texture More... | |
| int | Height [get, set] |
| The Height of this texture More... | |
| float | Ratio [get] |
| The ratio of the size of this texture (width / height) More... | |
| byte[] | Bitmap [get] |
| Data in bytes representing pixels More... | |
| bool | IsPremultiplied [get] |
Additional Inherited Members | |
Public Attributes inherited from Aiv.Fast2D.Texture | |
| bool | flipped = false |
|
inline |
|
inline |
Apply a Post Processing FX
| effect | the effect to be applyied |
|
get |
Depth Buffer Id associated to this render texture
|
get |
Frame Buffer Id associated to this render texture
|
get |
Texture Id associated to this render texture
1.8.11