Table of Contents

Interface IComputeVertexStream

Namespace
Stride.Rendering.Materials.ComputeColors
Assembly
Stride.Rendering.dll

A compute node that retrieve values from the stream.

public interface IComputeVertexStream : IComputeNode
Inherited Members
Extension Methods

Properties

Stream

Gets or sets the stream.

IVertexStreamDefinition Stream { get; set; }

Property Value

IVertexStreamDefinition

The stream.