Esempio n. 1
0
 public void SetStates(BlendState blend, DepthStencilState depth)
 {
     DepthStencilState.Set(depth);
     BlendingState.Set(blend);
 }