IMTLArgumentEncoder.SetBuffers(IMTLBuffer[], IntPtr, NSRange) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Encode dans buffers
la mémoire tampon d’argument.
[Foundation.Export("setBuffers:offsets:withRange:")]
[Foundation.Preserve(Conditional=true)]
public void SetBuffers (Metal.IMTLBuffer[] buffers, IntPtr offsets, Foundation.NSRange range);
abstract member SetBuffers : Metal.IMTLBuffer[] * nativeint * Foundation.NSRange -> unit
Paramètres
- buffers
- IMTLBuffer[]
Tableau de mémoires tampons dans une mémoire tampon d’arguments.
- offsets
-
IntPtr
nativeint
Décalages d’octets de buffers
dans la mémoire tampon conteneur.
- range
- NSRange
Indexe dans la mémoire tampon cible des mémoires tampons dans buffers
. ID d’index métalliques ou membres d’index de MTLArgumentDescriptors.
- Attributs