Class D3D11Texture1D
A 1D texture interface accesses texel data, which is structured memory.
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public sealed class D3D11Texture1D : D3D11Resource, IDisposable, ID3D11Releasable
Properties
| Edit this page View SourceDescription
Gets the properties of the texture resource.
Declaration
public D3D11Texture1DDesc Description { get; }
Property Value
Type | Description |
---|---|
D3D11Texture1DDesc |
Handle
Gets an handle representing the D3D11 object interface.
Declaration
public override object Handle { get; }
Property Value
Type | Description |
---|---|
object |