Aiv Fast2D  1.0.4
Public Member Functions | Properties | List of all members
Aiv.Fast2D.RenderTexture Class Reference
Inheritance diagram for Aiv.Fast2D.RenderTexture:
Aiv.Fast2D.Texture

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
 

Constructor & Destructor Documentation

Aiv.Fast2D.RenderTexture.RenderTexture ( int  width,
int  height,
bool  withDepth = false,
int  depthSize = 16,
bool  depthOnly = false 
)
inline

Member Function Documentation

void Aiv.Fast2D.RenderTexture.ApplyPostProcessingEffect ( PostProcessingEffect  effect)
inline

Apply a Post Processing FX

Parameters
effectthe effect to be applyied

Property Documentation

int Aiv.Fast2D.RenderTexture.DepthTextureId
get

Depth Buffer Id associated to this render texture

int Aiv.Fast2D.RenderTexture.FrameBufferId
get

Frame Buffer Id associated to this render texture

int Aiv.Fast2D.RenderTexture.TextureId
get

Texture Id associated to this render texture


The documentation for this class was generated from the following file: