Table of Contents

Struct BlendStateDescription.RenderTargetBlendStates

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

A structure that contains an inline array of BlendStateRenderTargetDescription for up to eight render targets.

public struct BlendStateDescription.RenderTargetBlendStates
Inherited Members
Extension Methods

Properties

Count

Gets the number of Render Target blend descriptions in a Blend State Description.

public readonly int Count { get; }

Property Value

int

Methods

AsReadOnlySpan()

Returns a read-only span of BlendStateRenderTargetDescription for the Render Targets.

[UnscopedRef]
public readonly ReadOnlySpan<BlendStateRenderTargetDescription> AsReadOnlySpan()

Returns

ReadOnlySpan<BlendStateRenderTargetDescription>

A ReadOnlySpan<T> of Blend State descriptions for the Render Targets.

AsSpan()

Returns a writable span of BlendStateRenderTargetDescription for the Render Targets.

[UnscopedRef]
public Span<BlendStateRenderTargetDescription> AsSpan()

Returns

Span<BlendStateRenderTargetDescription>

A Span<T> of Blend State descriptions for the Render Targets.