MetalShaderShowcase/AAPLTeapotMesh.h
/* |
Copyright (C) 2016 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
A class to represent a teapot mesh used for drawing. |
*/ |
#import "AAPLMesh.h" |
@interface AAPLTeapotMesh : AAPLMesh |
+ (instancetype)sharedInstance; |
@end |
Copyright © 2016 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2016-06-13