Cocoa Port: Delete the now defunct preferredResourceStorageMode property that was obsoleted by commit da3970d
.
This commit is contained in:
parent
8944328f80
commit
56895a11aa
|
@ -157,8 +157,6 @@ typedef DisplayViewShaderProperties DisplayViewShaderProperties;
|
|||
@property (readonly, nonatomic) id<MTLTexture> texHQ4xLUT;
|
||||
@property (retain) id<MTLTexture> texCurrentHQnxLUT;
|
||||
|
||||
@property (readonly, nonatomic) MTLResourceOptions preferredResourceStorageMode;
|
||||
|
||||
@property (readonly, nonatomic) MTLSize deposterizeThreadsPerGroup;
|
||||
@property (readonly, nonatomic) MTLSize deposterizeThreadGroupsPerGrid;
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
@implementation MetalDisplayViewSharedData
|
||||
|
||||
@synthesize device;
|
||||
@synthesize preferredResourceStorageMode;
|
||||
@synthesize commandQueue;
|
||||
@synthesize defaultLibrary;
|
||||
|
||||
|
|
Loading…
Reference in New Issue