The newer compilers generate the property boilerplate automatically

Sam Lantinga 2017-12-11 11:34:53 -08:00
parent 358e4d9c7e
commit 7ac46a7449
1 changed files with 0 additions and 13 deletions

View File

@ -121,19 +121,6 @@ SDL_RenderDriver METAL_RenderDriver = {
@end
@implementation METAL_RenderData
@synthesize beginScene;
@synthesize mtldevice;
@synthesize mtlcmdqueue;
@synthesize mtlcmdbuffer;
@synthesize mtlcmdencoder;
@synthesize mtllibrary;
@synthesize mtlbackbuffer;
@synthesize mtlpipelineprims;
@synthesize mtlpipelinecopynearest;
@synthesize mtlpipelinecopylinear;
@synthesize mtlbufclearverts;
@synthesize mtllayer;
@synthesize mtlpassdesc;
@end
@interface METAL_TextureData : NSObject