Table of Contents

Class CrRenderFigure

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class CrRenderFigure
Inheritance
CrRenderFigure
Inherited Members
Extension Methods

Constructors

CrRenderFigure()

public CrRenderFigure()

Fields

FILL_COLOR_NAME

public const string FILL_COLOR_NAME = "color"

Field Value

string

KERNEL_NAME

public const string KERNEL_NAME = "RenderFigure"

Field Value

string

POINTS_COUNT_NAME

public const string POINTS_COUNT_NAME = "numPoints"

Field Value

string

POINTS_NAME

public const string POINTS_NAME = "points"

Field Value

string

RADIUS_NAME

public const string RADIUS_NAME = "radius"

Field Value

string

RESOLUTION_NAME

public const string RESOLUTION_NAME = "resolution"

Field Value

string

RT_NAME

public const string RT_NAME = "renderTexture"

Field Value

string

THREAD_GROUP_NAME

public const string THREAD_GROUP_NAME = "threadGroups"

Field Value

string

csRenderFigure

public static ComputeShader csRenderFigure

Field Value

ComputeShader

Methods

DrawFigure(RenderTexture, Figure)

public static void DrawFigure(RenderTexture rt, Figure figure)

Parameters

rt RenderTexture
figure Figure