[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXTextureOutPluginBase.CreateTexture(System.Int32,SlimDX.Direct3D9.Device)"]

Namespace: VVVV.PluginInterfaces.V2.EX9
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
protected abstract Texture CreateTexture(
	int Slice,
	Device device
)

Parameters

Slice
Type: System..::..Int32

[Missing <param name="Slice"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXTextureOutPluginBase.CreateTexture(System.Int32,SlimDX.Direct3D9.Device)"]

device
Type: Device

[Missing <param name="device"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXTextureOutPluginBase.CreateTexture(System.Int32,SlimDX.Direct3D9.Device)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXTextureOutPluginBase.CreateTexture(System.Int32,SlimDX.Direct3D9.Device)"]

See Also