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