Home -> ITextureBuffer -> CubeMapFace
Description
The CubeMapFace enumeration identifies one of the six faces of a cubemap texture. It is used by cubemap texture data upload and update methods to select the face being written.
Members
| Name | Description | |
|---|---|---|
| PositiveX |
Selects the positive X cubemap face.
|
|
| NegativeX |
Selects the negative X cubemap face.
|
|
| PositiveY |
Selects the positive Y cubemap face.
|
|
| NegativeY |
Selects the negative Y cubemap face.
|
|
| PositiveZ |
Selects the positive Z cubemap face.
|
|
| NegativeZ |
Selects the negative Z cubemap face.
|