共用方式為


IMTLDevice.CreateBuffer 方法

定義

多載

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

參數

length
System.System.UIntPtr System.unativeint

傳回

屬性

適用於

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

參數

pointer
IntPtr

nativeint

length
System.System.UIntPtr System.unativeint

傳回

屬性

適用於