Table of Contents

Constructor GraphRenderTexture

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

GraphRenderTexture(int, int, RenderTextureFormat)

Creates a linear render texture wrapper with the requested size and format.

public GraphRenderTexture(int width, int height, RenderTextureFormat format)

Parameters

width int

Width, in pixels, of the render texture to allocate.

height int

Height, in pixels, of the render texture to allocate.

format RenderTextureFormat

Render texture format used for the underlying Unity texture.