Interface IVertexStreamDefinition
- Namespace
- Stride.Rendering.Materials.ComputeColors
- Assembly
- Stride.Rendering.dll
Definition of a stream. e.g COLOR0, COLOR1...etc.
public interface IVertexStreamDefinition
Methods
GetSemanticName()
Gets the name of the semantic.
string GetSemanticName()
Returns
- string
A string with the name of the stream semantic.
GetSemanticNameHash()
Gets the hash code of the semantic name.
int GetSemanticNameHash()
Returns
- int
An int with the hash code of the semantic name.