Material Clustering Benchmark
DispatcherParameters.cs
Go to the documentation of this file.
1using System;
2
4{
5 [Serializable]
6 public abstract class DispatcherParameters { }
7}