AVCustomEdit/APLDiagonalWipeRenderer.h

/*
 Copyright (C) 2017 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 APLDiagonalWipeRenderer subclass of APLOpenGLRenderer, renders the given source buffers to perform a diagonal wipe over the time range of the transition.
 */
 
#import "APLOpenGLRenderer.h"
 
@interface APLDiagonalWipeRenderer : APLOpenGLRenderer
 
@end