Delegate VertexGeometryPreprocessorTvG

VertexGeometryPreprocessor<TvG> delegate

public delegate TvG? VertexGeometryPreprocessor<TvG>(TvG arg)
    where TvG : struct, IVertexGeometry;

See Also