Tesla Graphics Engine Documentation (January 2012)
XNATexture2DImplementation Constructor (device, width, height, genMipmaps, format, depthFormat, multiSampleCount, usage)
TeslaTesla.Xna.Graphics.ImplementationXNATexture2DImplementationXNATexture2DImplementation(GraphicsDevice, Int32, Int32, Boolean, SurfaceFormat, DepthFormat, Int32, RenderTargetUsage)
Declaration Syntax
C#
public XNATexture2DImplementation(
	GraphicsDevice device,
	int width,
	int height,
	bool genMipmaps,
	SurfaceFormat format,
	DepthFormat depthFormat,
	int multiSampleCount,
	RenderTargetUsage usage
)
Parameters
device (GraphicsDevice)
width (Int32)
height (Int32)
genMipmaps (Boolean)
format (SurfaceFormat)
depthFormat (DepthFormat)
multiSampleCount (Int32)
usage (RenderTargetUsage)

Assembly: Tesla.Xna (Module: Tesla.Xna) Version: 0.5.0.0 (0.5.0.0)