Tesla Graphics Engine Documentation (January 2012)
Texture3DImplementation Constructor (width, height, depth, format)
TeslaTesla.Graphics.ImplementationTexture3DImplementationTexture3DImplementation(Int32, Int32, Int32, SurfaceFormat)
Creates a new instance of Texture3DImplementation.
Declaration Syntax
C#
public Texture3DImplementation(
	int width,
	int height,
	int depth,
	SurfaceFormat format
)
Parameters
width (Int32)
The width of the texture in pixels.
height (Int32)
The height of the texture in pixels.
depth (Int32)
The depth of the texture in pixels.
format (SurfaceFormat)
The surface format.

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