Struct D3D11Texture3DUav
Describes a unordered-access 3D texture resource.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public struct D3D11Texture3DUav : IEquatable<D3D11Texture3DUav>
Properties
| Edit this page View SourceFirstWSlice
Gets or sets the zero-based index of the first depth slice to be accessed.
Declaration
public uint FirstWSlice { get; set; }
Property Value
Type | Description |
---|---|
uint |
MipSlice
Gets or sets the mipmap slice index.
Declaration
public uint MipSlice { get; set; }
Property Value
Type | Description |
---|---|
uint |
WSize
Gets or sets the number of depth slices.
Declaration
public uint WSize { get; set; }
Property Value
Type | Description |
---|---|
uint |
Methods
| Edit this page View SourceEquals(D3D11Texture3DUav)
Determines whether the specified object is equal to the current object.
Declaration
public bool Equals(D3D11Texture3DUav other)
Parameters
Type | Name | Description |
---|---|---|
D3D11Texture3DUav | other | The object to compare with the current object. |
Returns
Type | Description |
---|---|
bool |
Equals(object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceGetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | A 32-bit signed integer that is the hash code for this instance. |
Overrides
Operators
| Edit this page View Sourceoperator ==(D3D11Texture3DUav, D3D11Texture3DUav)
Compares two D3D11Texture3DUav objects. The result specifies whether the values of the two objects are equal.
Declaration
public static bool operator ==(D3D11Texture3DUav left, D3D11Texture3DUav right)
Parameters
Type | Name | Description |
---|---|---|
D3D11Texture3DUav | left | The left D3D11Texture3DUav to compare. |
D3D11Texture3DUav | right | The right D3D11Texture3DUav to compare. |
Returns
Type | Description |
---|---|
bool |
operator !=(D3D11Texture3DUav, D3D11Texture3DUav)
Compares two D3D11Texture3DUav objects. The result specifies whether the values of the two objects are unequal.
Declaration
public static bool operator !=(D3D11Texture3DUav left, D3D11Texture3DUav right)
Parameters
Type | Name | Description |
---|---|---|
D3D11Texture3DUav | left | The left D3D11Texture3DUav to compare. |
D3D11Texture3DUav | right | The right D3D11Texture3DUav to compare. |
Returns
Type | Description |
---|---|
bool |