MTLPrimitiveTopologyClass 枚举

定义

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MTLPrimitiveTopologyClass
type MTLPrimitiveTopologyClass = 
继承
MTLPrimitiveTopologyClass
属性

字段

名称 说明
Unspecified 0
Point 1
Line 2
Triangle 3

适用于