MTLSamplerDescriptor.LodAverage 属性

定义

获取或设置一个布尔值,该值控制驱动程序在采样纹理时是否可以使用平均细节级别。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool LodAverage { [Foundation.Export("lodAverage")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setLodAverage:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.LodAverage : bool with get, set

属性值

属性

适用于