Enum D3D11TextureCubeFace
The different faces of a cube texture.
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public enum D3D11TextureCubeFace
Fields
| Name | Description |
|---|---|
| NegativeX | Negative X face. |
| NegativeY | Negative Y face. |
| NegativeZ | Negative Z face. |
| PositiveX | Positive X face. |
| PositiveY | Positive Y face. |
| PositiveZ | Positive Z face. |