IComputeVertexStream Interface
Namespace: Stride.Rendering.Materials.ComputeColorsAssembly: Stride.Rendering.dll
A compute node that retrieve values from the stream.
public interface IComputeVertexStream : IComputeNode
Name | Description | |
---|---|---|
Properties | ||
Stream | Gets or sets the stream. |
Properties
Stream
Gets or sets the stream.
IVertexStreamDefinition Stream { get; set; }
Property Value
Type | Description |
---|---|
IVertexStreamDefinition | The stream. |