Enum Texture2D.SurfaceType
Defines the values for the surface type of a Texture2D
protected enum Texture2D.SurfaceType
  Fields
RenderTarget = 1Describes that the surface type is a render target.
SwapChainRenderTarget = 2Describes that the surface type is a swap chain render target.
Texture = 0Describes that the surface type is a texture.