Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ClearOptions.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Microsoft.Xna.Framework.Graphics
;
4
5
[Flags]
6
public
enum
ClearOptions
7
{
8
Target
= 1,
9
DepthBuffer
= 2,
10
Stencil
= 4
11
}
Microsoft.Xna.Framework.Graphics.ClearOptions
ClearOptions
Definition
ClearOptions.cs:7
Microsoft.Xna.Framework.Graphics.ClearOptions.DepthBuffer
@ DepthBuffer
Microsoft.Xna.Framework.Graphics.ClearOptions.Target
@ Target
Microsoft.Xna.Framework.Graphics.ClearOptions.Stencil
@ Stencil
Microsoft.Xna.Framework.Graphics
Definition
AlphaTestEffect.cs:1
System
Definition
BlockingCollection.cs:8
source
Microsoft.Xna.Framework.Graphics
ClearOptions.cs
Generated by
1.10.0