MTLRenderPassDescriptor.GetSamplePositions 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetSamplePositions(IntPtr, nuint) |
填充可编程 |
GetSamplePositions(MTLSamplePosition[]) |
填充可编程 |
GetSamplePositions(IntPtr, nuint)
填充可编程positions
count
的样本位置。
[Foundation.Export("getSamplePositions:count:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nuint GetSamplePositions (IntPtr positions, nuint count);
abstract member GetSamplePositions : nativeint * nuint -> nuint
override this.GetSamplePositions : nativeint * nuint -> nuint
参数
- count
- System.System.UIntPtr System.unativeint
要获取的职位数。
返回
System.System.UIntPtr
System.unativeint
- 属性
适用于
GetSamplePositions(MTLSamplePosition[])
填充可编程 positions
的样本位置。
public nuint GetSamplePositions (Metal.MTLSamplePosition[] positions);
member this.GetSamplePositions : Metal.MTLSamplePosition[] -> nuint
参数
- positions
- MTLSamplePosition[]
要填充样本位置的数组。
返回
System.System.UIntPtr
System.unativeint