Compartir a través de


MTLDevice_Extensions.CreateHeap(IMTLDevice, MTLHeapDescriptor) Método

Definición

Crea y devuelve un nuevo montón.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Metal.IMTLHeap CreateHeap (this Metal.IMTLDevice This, Metal.MTLHeapDescriptor descriptor);
static member CreateHeap : Metal.IMTLDevice * Metal.MTLHeapDescriptor -> Metal.IMTLHeap

Parámetros

This
IMTLDevice

Instancia en la que opera este método.

descriptor
MTLHeapDescriptor

Devoluciones

Atributos

Se aplica a