Beispiel #1
0
 public ShaderUsage(T thing, IEnumerable <ulong> hashes)
 {
     Thing = thing;
     Hashes.AddRange(hashes);
 }