Table of Contents

Class VertexStreamDefinitionBase

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

Base implementation for IVertexStreamDefinition

[DataContract(Inherited = true)]
public abstract class VertexStreamDefinitionBase : IVertexStreamDefinition
Inheritance
VertexStreamDefinitionBase
Implements
Derived

Methods

GetSemanticName()

Gets the name of the semantic.

public abstract string GetSemanticName()

Returns

string

A string with the name of the stream semantic.

GetSemanticNameHash()

Gets the hash code of the semantic name.

public abstract int GetSemanticNameHash()

Returns

int

An int with the hash code of the semantic name.