LSQGPUImageRotationMode Constants Reference
| Declared in | SLGPUImageContext.h |
|---|
LSQGPUImageRotationMode
Definition
typedef NS_ENUM(NSUInteger, LSQGPUImageRotationMode ) {
LSQKGPUImageNoRotation,
LSQKGPUImageRotateLeft,
LSQKGPUImageRotateRight,
LSQKGPUImageFlipVertical,
LSQKGPUImageFlipHorizonal,
LSQKGPUImageRotateRightFlipVertical,
LSQKGPUImageRotateRightFlipHorizontal,
LSQKGPUImageRotate180,
};
Constants
LSQKGPUImageNoRotation-
Declared In
SLGPUImageContext.h. LSQKGPUImageRotateLeft-
Declared In
SLGPUImageContext.h. LSQKGPUImageRotateRight-
Declared In
SLGPUImageContext.h. LSQKGPUImageFlipVertical-
Declared In
SLGPUImageContext.h. LSQKGPUImageFlipHorizonal-
Declared In
SLGPUImageContext.h. LSQKGPUImageRotateRightFlipVertical-
Declared In
SLGPUImageContext.h. LSQKGPUImageRotateRightFlipHorizontal-
Declared In
SLGPUImageContext.h. LSQKGPUImageRotate180-
Declared In
SLGPUImageContext.h.