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
Properties
Stream
Gets or sets the stream.
IVertexStreamDefinition Stream { get; set; }
Property Value
- IVertexStreamDefinition
The stream.