mirror of https://github.com/encounter/SDL.git
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
|
@end
|
||||||
|
|
||||||
@implementation METAL_RenderData
|
@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
|
@end
|
||||||
|
|
||||||
@interface METAL_TextureData : NSObject
|
@interface METAL_TextureData : NSObject
|
||||||
|
|
Loading…
Reference in New Issue