 | RenderBlitter Methods |
The RenderBlitter type exposes the following members.
Methods|
| Name | Description |
|---|
 | Blit(RenderImageFbo, IRenderImageMemory) |
Blits the FBO in a memory image.
|
 | Blit(RenderImageFbo, RenderImageArray) |
Blits the FBO in a bytes array.
|
 | Blit(RenderImageFbo, RenderImageDx9Surface) |
Blits the FBO in a DirectX9 surface.
|
 | Blit(RenderImageFbo, RenderImageFbo) |
Blit the source FBO to the target FBO.
|
 | Blit(RenderImageFbo, RenderContext, RenderPresentParameters, RenderStatistics) |
Blits the FBO in a window context.
|
 | Blit(RenderResolution, RenderClut, IRenderImageMemory, RenderStatistics) |
Blits the rendering result in a memory image.
|
 | Blit(RenderResolution, RenderClut, RenderImageArray, RenderStatistics) |
Blits the rendering result in an array of bytes.
|
 | Blit(RenderResolution, RenderClut, RenderImageDx11Surface, RenderStatistics) |
Blits the rendering result in a DirectX11 surface.
|
 | Blit(RenderResolution, RenderClut, RenderImageDx9Surface, RenderStatistics) |
Blits the rendering result in a DirectX9 surface.
|
 | Blit(RenderResolution, RenderClut, RenderImageFbo, RenderStatistics) |
Blits the rendering result in a FBO.
|
 | Blit(RenderResolution, RenderClut, RenderContext, RenderPresentParameters, RenderStatistics) |
Blits the rendering result in a window context.
|
 | Blit(RenderResolution, RenderClut, RenderImageFbo, RenderPresentParameters, RenderStatistics) |
Blits the rendering result in a FBO.
|
  | Create |
Creates the blitter.
|
 | Destroy |
Destroys the blitter.
|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also