mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
The newer compilers generate the property boilerplate automatically
This commit is contained in:
parent
358e4d9c7e
commit
7ac46a7449
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user