Enum CUArrayCubemapFace
Array indices for cube faces
Namespace: ManagedCuda.BasicTypes
Assembly: ManagedCuda.dll
Syntax
public enum CUArrayCubemapFace
Fields
Name | Description |
---|---|
NegativeX | Negative X face of cubemap |
NegativeY | Negative Y face of cubemap |
NegativeZ | Negative Z face of cubemap |
PositiveX | Positive X face of cubemap |
PositiveY | Positive Y face of cubemap |
PositiveZ | Positive Z face of cubemap |