次の方法で共有


IndexBuffer.IndexBuffer(Device,Int32,Usage,Pool,Boolean)

IndexBuffer メソッド

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

定義

Visual Basic Public Sub IndexBuffer( _
    ByVal device As Device, _
    ByVal sizeOfBufferInBytes As Integer, _
    ByVal usage As Usage, _
    ByVal pool As Pool, _
    ByVal sixteenBitIndices As Boolean _
)
C# public IndexBuffer(
    Device device,
    int sizeOfBufferInBytes,
    Usage usage,
    Pool pool,
    bool sixteenBitIndices
);
Managed C++ public: IndexBuffer(
    Devicedevice,
    int sizeOfBufferInBytes,
    Usage usage,
    Pool pool,
    bool sixteenBitIndices
);
JScript public function IndexBuffer(
    device : Device,
    sizeOfBufferInBytes : int,
    usage : Usage,
    pool : Pool,
    sixteenBitIndices : boolean
);

パラメータ

device Microsoft.DirectX.Direct3D.Device.
sizeOfBufferInBytes System.Int32.
usage Microsoft.DirectX.Direct3D.Usage.
pool Microsoft.DirectX.Direct3D.Pool.
sixteenBitIndices System.Boolean.

対象

IndexBuffer

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