Delegate VertexMaterialPreprocessorTvM

VertexMaterialPreprocessor<TvM> delegate

public delegate TvM? VertexMaterialPreprocessor<TvM>(TvM arg)
    where TvM : struct, IVertexMaterial;

See Also