Table of Contents

Class Texture2DArgs

Namespace
HelixToolkit.SharpDX
Assembly
HelixToolkit.SharpDX.dll
public sealed class Texture2DArgs : EventArgs
Inheritance
Texture2DArgs
Inherited Members

Constructors

Texture2DArgs(ShaderResourceViewProxy)

Initializes a new instance of the Texture2DArgs class.

public Texture2DArgs(ShaderResourceViewProxy texture)

Parameters

texture ShaderResourceViewProxy

The texture.

Fields

Texture

The texture

public readonly ShaderResourceViewProxy Texture

Field Value

ShaderResourceViewProxy

Operators

implicit operator ShaderResourceViewProxy(Texture2DArgs)

Performs an implicit conversion from Texture2DArgs to ShaderResourceViewProxy.

public static implicit operator ShaderResourceViewProxy(Texture2DArgs args)

Parameters

args Texture2DArgs

The arguments.

Returns

ShaderResourceViewProxy

The result of the conversion.