ランタイム
IVertexShader.h
Go to the documentation of this file.
1 #pragma once
2 
5 
7 
8 namespace Mix{ namespace Graphics{
9 
13  {
14  protected:
16  virtual ~IVertexShader( void ){}
17  };
18 
19 }}
virtual ~IVertexShader(void)
デストラクタ
Definition: IVertexShader.h:16
デバイスオブジェクトインターフェースインクルードファイル
ミックス
Definition: AtomicValue.h:6
バーテックスシェーダーインターフェース
Definition: IVertexShader.h:12
デバイスオブジェクトインターフェース
Definition: IDeviceObject.h:12