Поделиться через


MTLMutability Перечисление

Определение

Перечисляет описания изменяемости буфера.

[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 enum MTLMutability
type MTLMutability = 
Наследование
MTLMutability
Атрибуты

Поля

Default 0

Указывает изменяемость буфера по умолчанию путем переключения.

Immutable 2

Указывает неизменяемый буфер.

Mutable 1

Указывает изменяемый буфер.

Применяется к