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
textureShaderResourceViewProxyThe texture.
Fields
Texture
The texture
public readonly ShaderResourceViewProxy Texture
Field Value
Operators
implicit operator ShaderResourceViewProxy(Texture2DArgs)
Performs an implicit conversion from Texture2DArgs to ShaderResourceViewProxy.
public static implicit operator ShaderResourceViewProxy(Texture2DArgs args)
Parameters
argsTexture2DArgsThe arguments.
Returns
- ShaderResourceViewProxy
The result of the conversion.