|
ランタイム
|
ターゲットテクスチャチェインインターフェース More...
#include <ITargetTextureChain.h>


Public Member Functions | |
| virtual Mix::Graphics::ITexture * | GetCurrentPtr (void) const =0 |
| 現在のターゲットテクスチャのポインタを取得します More... | |
| virtual Mix::Graphics::ITexture * | GetNextPtr (void) const =0 |
| 次のターゲットテクスチャのポインタを取得します More... | |
| virtual Mix::Graphics::ITexture * | GetNextPtrAndFlip (void)=0 |
| 次のターゲットテクスチャのポインタを取得し、現在と次のターゲットテクスチャを入れ替えます More... | |
| virtual void | Flip (void)=0 |
| 現在と次のターゲットテクスチャを入れ替えます More... | |
| virtual UInt32 | GetWidth (void) const =0 |
| ターゲットテクスチャの幅を取得します More... | |
| virtual UInt32 | GetHeight (void) const =0 |
| ターゲットテクスチャの高さを取得します More... | |
Public Member Functions inherited from Mix::Reference | |
| void | AddRef (void) |
| 参照数を 1 増やします More... | |
| void | Release (void) |
| 参照数を 1 減らします More... | |
| Long32 | GetRefCount (void) |
| 参照数を取得します More... | |
Protected Member Functions | |
| virtual | ~ITargetTextureChain (void) |
| デストラクタ More... | |
Protected Member Functions inherited from Mix::Reference | |
| MIX_DECLARE_ALLOCATOR () | |
| Reference (void) | |
| コンストラクタ More... | |
| Reference (Long32 count) | |
| コンストラクタ More... | |
| virtual | ~Reference (void) |
| デストラクタ More... | |
ターゲットテクスチャチェインインターフェース
|
inlineprotectedvirtual |
デストラクタ
|
pure virtual |
現在のターゲットテクスチャのポインタを取得します
|
pure virtual |
次のターゲットテクスチャのポインタを取得します
|
pure virtual |
次のターゲットテクスチャのポインタを取得し、現在と次のターゲットテクスチャを入れ替えます
|
pure virtual |
現在と次のターゲットテクスチャを入れ替えます
|
pure virtual |
ターゲットテクスチャの幅を取得します
|
pure virtual |
ターゲットテクスチャの高さを取得します