Exemple #1
0
 public bool TryGetValue(AmtDepthStencilStateKey key, out IMTLDepthStencilState record)
 {
     return(mCache.TryGetValue(key, out record));
 }
Exemple #2
0
 public void Add(AmtDepthStencilStateKey key, IMTLDepthStencilState record)
 {
     mCache.Add(key, record);
 }