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