IMTLDevice.CreateBuffer Metodo
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.
Overload
CreateBuffer(nuint, MTLResourceOptions) | |
CreateBuffer(IntPtr, nuint, MTLResourceOptions) |
CreateBuffer(nuint, MTLResourceOptions)
[Foundation.Export("newBufferWithLength:options:")]
[Foundation.Preserve(Conditional=true)]
public Metal.IMTLBuffer CreateBuffer (nuint length, Metal.MTLResourceOptions options);
abstract member CreateBuffer : nuint * Metal.MTLResourceOptions -> Metal.IMTLBuffer
Parametri
- length
- System.System.UIntPtr System.unativeint
- options
- MTLResourceOptions
Restituisce
- Attributi
Si applica a
CreateBuffer(IntPtr, nuint, MTLResourceOptions)
[Foundation.Export("newBufferWithBytes:length:options:")]
[Foundation.Preserve(Conditional=true)]
public Metal.IMTLBuffer CreateBuffer (IntPtr pointer, nuint length, Metal.MTLResourceOptions options);
abstract member CreateBuffer : nativeint * nuint * Metal.MTLResourceOptions -> Metal.IMTLBuffer
Parametri
- pointer
-
IntPtr
nativeint
- length
- System.System.UIntPtr System.unativeint
- options
- MTLResourceOptions
Restituisce
- Attributi