Merge pull request #1098 from cdavis5e/linear-texture-min-os
MVKDevice: Increase minimum OS for shared-storage textures.
This commit is contained in:
commit
66c0f64297
@ -1236,7 +1236,7 @@ void MVKPhysicalDevice::initMetalFeatures() {
|
||||
_metalFeatures.mslVersionEnum = MTLLanguageVersion2_2;
|
||||
_metalFeatures.native3DCompressedTextures = true;
|
||||
_metalFeatures.renderWithoutAttachments = true;
|
||||
if ( mvkOSVersionIsAtLeast(mvkMakeOSVersion(10, 15, 5)) ) {
|
||||
if ( mvkOSVersionIsAtLeast(mvkMakeOSVersion(10, 15, 6)) ) {
|
||||
_metalFeatures.sharedLinearTextures = true;
|
||||
}
|
||||
if (supportsMTLGPUFamily(Mac2)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user