VertexDeclaration.VertexDeclaration(Device,GraphicsStream)
VertexDeclaration メソッド
オブジェクトの新しいインスタンスを初期化する。
定義
Visual Basic | Public Sub VertexDeclaration( _ ByVal device As Device, _ ByVal vertexElements As GraphicsStream _ ) |
C# | public VertexDeclaration( Device device, GraphicsStream vertexElements ); |
Managed C++ | public: VertexDeclaration( Device* device, GraphicsStream* vertexElements ); |
JScript | public function VertexDeclaration( device : Device, vertexElements : GraphicsStream ); |
パラメータ
device | Microsoft.DirectX.Direct3D.Device. |
vertexElements | Microsoft.DirectX.Direct3D.GraphicsStream. |
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.