ランタイム
IHullShader.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 ~IHullShader( void ) {}
17  };
18 
19 }}
デバイスオブジェクトインターフェースインクルードファイル
virtual ~IHullShader(void)
デストラクタ
Definition: IHullShader.h:16
ハルシェーダーインターフェース
Definition: IHullShader.h:12
ミックス
Definition: AtomicValue.h:6
デバイスオブジェクトインターフェース
Definition: IDeviceObject.h:12