IMTLHeap Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[Foundation.Protocol(Name="MTLHeap", WrapperType=typeof(Metal.MTLHeapWrapper))]
[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.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IMTLHeap : IDisposable, ObjCRuntime.INativeObject
type IMTLHeap = interface
interface INativeObject
interface IDisposable
- Attributi
- Implementazioni
Proprietà
CpuCacheMode | |
Device | |
Handle |
Handle (puntatore) alla rappresentazione dell'oggetto non gestito. (Ereditato da INativeObject) |
Label | |
Size | |
StorageMode | |
UsedSize |
Metodi
CreateBuffer(nuint, MTLResourceOptions) | |
CreateTexture(MTLTextureDescriptor) | |
GetMaxAvailableSize(nuint) | |
SetPurgeableState(MTLPurgeableState) |
Metodi di estensione
GetCurrentAllocatedSize(IMTLHeap) |
Restituisce la dimensione all coated corrente dell'heap. |