Table of Contents

Class DefaultRenderTarget

Namespace
ReFuel.Graphics.OpenGL
Assembly
ReFuel.dll
public class DefaultRenderTarget : RenderTarget, IDisposable
Inheritance
DefaultRenderTarget
Implements
Inherited Members
Extension Methods

Constructors

DefaultRenderTarget(Window)

public DefaultRenderTarget(Window window)

Parameters

window Window

Properties

Height

public override int Height { get; }

Property Value

int

Width

public override int Width { get; }

Property Value

int

Window

public Window Window { get; }

Property Value

Window