Skip to main content

Struct RendererOptions

Namespace: VelloSharp
Assembly: VelloSharp.dll

public readonly struct RendererOptions

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Extension Methods

RendererOptionsExtensions.WithPipelineCache(RendererOptions, WgpuPipelineCache?)

Constructors

RendererOptions(bool, bool, bool, bool, int?, RendererPipelineCache?)

public RendererOptions(bool useCpu = false, bool supportArea = true, bool supportMsaa8 = true, bool supportMsaa16 = true, int? initThreads = null, RendererPipelineCache? pipelineCache = null)

Parameters

useCpu bool

supportArea bool

supportMsaa8 bool

supportMsaa16 bool

initThreads int?

pipelineCache RendererPipelineCache?

Properties

InitThreads

public int? InitThreads { get; }

Property Value

int?

PipelineCache

public RendererPipelineCache? PipelineCache { get; }

Property Value

RendererPipelineCache?

SupportArea

public bool SupportArea { get; }

Property Value

bool

SupportMsaa16

public bool SupportMsaa16 { get; }

Property Value

bool

SupportMsaa8

public bool SupportMsaa8 { get; }

Property Value

bool

UseCpu

public bool UseCpu { get; }

Property Value

bool