Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DepthStencilState() [1/2]

Microsoft.Xna.Framework.Graphics.DepthStencilState.DepthStencilState ( )
inline

Definition at line 320 of file DepthStencilState.cs.

321 {
322 try
323 {
324 SetDefaults();
325 isBound = false;
326 return;
327 }
328 catch
329 {
330 //try-fault
331 base.Dispose(true);
332 throw;
333 }
334 }

References Microsoft.Xna.Framework.Graphics.DepthStencilState.isBound, and Microsoft.Xna.Framework.Graphics.DepthStencilState.SetDefaults().