Interface IGorgon2DCompositorEffect
Defines an effect that can be used in a Gorgon2DCompositor.
Namespace: Gorgon.Renderers
Assembly: Gorgon.Renderers.Gorgon2D.dll
Syntax
public interface IGorgon2DCompositorEffect
Methods
| Edit this page View SourceRender(GorgonTexture2DView, GorgonRenderTargetView)
Function to render an effect under the Gorgon2DCompositor.
Declaration
void Render(GorgonTexture2DView texture, GorgonRenderTargetView output)
Parameters
Type | Name | Description |
---|---|---|
GorgonTexture2DView | texture | The texture to render into the next target. |
GorgonRenderTargetView | output | The render target that will receive the final output. |