Table of Contents

Interface IImageEffect

Namespace
Stride.Rendering.Images
Assembly
Stride.Rendering.dll
public interface IImageEffect : IGraphicsRenderer, IGraphicsRendererBase, IGraphicsRendererCore, IDisposable
Inherited Members
Extension Methods

Methods

SetInput(int, Texture)

Sets an input texture

void SetInput(int slot, Texture texture)

Parameters

slot int

The slot.

texture Texture

The texture.

SetOutput(Texture)

Sets the render target output.

void SetOutput(Texture view)

Parameters

view Texture

The render target output view.

Exceptions

ArgumentNullException

view

SetOutput(params Texture[])

Sets the render target outputs.

void SetOutput(params Texture[] views)

Parameters

views Texture[]

The render target output views.

SetViewport(Viewport?)

Sets the viewport.

void SetViewport(Viewport? viewport)

Parameters

viewport Viewport?

The viewport.