Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DepthFormat.cs
Go to the documentation of this file.
1
namespace
Microsoft.Xna.Framework.Graphics
;
2
3
public
enum
DepthFormat
4
{
5
None
,
6
Depth16
,
7
Depth24
,
8
Depth24Stencil8
9
}
Microsoft.Xna.Framework.Graphics.DepthFormat
DepthFormat
Definition
DepthFormat.cs:4
Microsoft.Xna.Framework.Graphics.DepthFormat.Depth16
@ Depth16
Microsoft.Xna.Framework.Graphics.DepthFormat.Depth24Stencil8
@ Depth24Stencil8
Microsoft.Xna.Framework.Graphics.DepthFormat.Depth24
@ Depth24
Microsoft.Xna.Framework.Graphics.BufferUsage.None
@ None
Microsoft.Xna.Framework.Graphics
Definition
AlphaTestEffect.cs:1
source
Microsoft.Xna.Framework.Graphics
DepthFormat.cs
Generated by
1.10.0