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