Cocoa Port: Delete the now defunct preferredResourceStorageMode property that was obsoleted by commit da3970d.

This commit is contained in:
rogerman 2018-10-31 15:54:46 -07:00
parent 8944328f80
commit 56895a11aa
2 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -23,7 +23,6 @@
@implementation MetalDisplayViewSharedData
@synthesize device;
@synthesize preferredResourceStorageMode;
@synthesize commandQueue;
@synthesize defaultLibrary;