次の方法で共有


IndexBuffer.IndexBuffer(IntPtr,Device,Usage,Pool)

IndexBuffer メソッド

オブジェクトの新しいインスタンスを初期化する。

定義

Visual Basic Public Sub IndexBuffer( _
    ByVal lp As IntPtr, _
    ByVal device As Device, _
    ByVal usage As Usage, _
    ByVal pool As Pool _
)
C# public IndexBuffer(
    IntPtr lp,
    Device device,
    Usage usage,
    Pool pool
);
Managed C++ public: IndexBuffer(
    IntPtr lp,
    Devicedevice,
    Usage usage,
    Pool pool
);
JScript public function IndexBuffer(
    lp : IntPtr,
    device : Device,
    usage : Usage,
    pool : Pool
);

パラメータ

lp System.IntPtr.
device Microsoft.DirectX.Direct3D.Device.
usage Microsoft.DirectX.Direct3D.Usage.
pool Microsoft.DirectX.Direct3D.Pool.

対象

IndexBuffer

© 2002 Microsoft Corporation. All rights reserved. Terms of use.