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