IMTLDevice.CreateBuffer メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
- options
- MTLResourceOptions
戻り値
- 属性
適用対象
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
- options
- MTLResourceOptions
戻り値
- 属性