 | RenderBlitter Class |
The RenderBlitter class is used after rendering to blit the result in the specified target.
Inheritance Hierarchy
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntaxpublic sealed class RenderBlitter
public ref class RenderBlitter sealed
The RenderBlitter type exposes the following members.
Properties|
| Name | Description |
|---|
 | IsDestroyed |
Gets a value indicating whether this instance is destroyed.
|
Top
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
Version InformationLumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also