Click or drag to resize
DigitalRuneRenderTargetFormat Constructor (TextureCube)
Initializes a new instance of the RenderTargetFormat struct.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public RenderTargetFormat(
	TextureCube textureCube
)

Parameters

textureCube
Type: TextureCube
The TextureCube from which the settings are copied. Can be to set all properties to undefined.
See Also