Ctrl+K

RenderTarget

Declaration

public abstract class Strawberry.Graphics.RenderTarget

Inherits: Strawberry.DisposableReferenceObject

Properties

Texture abstract

Texture Texture { get }

GraphicsContext abstract

The graphics context by which the resource is created

IGraphicsContext GraphicsContext { get }

Methods

SetFilter abstract

Sets the filtering of the texture

void SetFilter(TextureFiltering minFilter, TextureFiltering magFilter)

Parameters:

Name Type Description
minFilter Strawberry.Graphics.TextureFiltering Min filtering
magFilter Strawberry.Graphics.TextureFiltering Mag filtering