A Boolean value that indicates whether this texture is used to texture drawn primitives.
SDKs
- iOS 5.0–12.0Deprecated
- macOS 10.8–10.14Deprecated
- tvOS 9.0–12.0Deprecated
Framework
- GLKit
Declaration
var enabled: GLboolean { get set }
Discussion
If the value is GL
, then the texture is applied to the primitive. If the value is GL
, the texture is skipped. The default value is GL
.