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

◆ SamplerState() [1/2]

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

Definition at line 169 of file SamplerState.cs.

170 {
171 try
172 {
173 SetDefaults();
174 isBound = false;
175 return;
176 }
177 catch
178 {
179 //try-fault
180 base.Dispose(true);
181 throw;
182 }
183 }

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