MTLPrimitiveTopologyClass Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[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 =
- Vererbung
-
MTLPrimitiveTopologyClass
- Attribute
Felder
Name | Wert | Beschreibung |
---|---|---|
Unspecified | 0 | |
Point | 1 | |
Line | 2 | |
Triangle | 3 |