MetalShaderShowcase/AAPLParticleSystemRenderer.h

/*
 Copyright (C) 2016 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 Metal Particle System Renderer for Metal Shader Showpiece. Acts as the update and render delegate for the view controller and performs rendering for the particle system.
 */
 
#import "AAPLView.h"
#import "AAPLViewController.h"
#import "AAPLMesh.h"
#import "AAPLTexture.h"
#import "AAPLRenderer.h"
#import <Metal/Metal.h>
 
@interface AAPLParticleSystemRenderer : AAPLRenderer
 
@end