ランタイム
|
グラフィックスマネージャインターフェース More...
#include <IManager.h>
Public Member Functions | |
virtual Boolean | GetDevice (Mix::Graphics::IDevice **ppDevice)=0 |
グラフィックスデバイスを取得します More... | |
virtual Boolean | CreateTargetTextureChain (UInt32 width, UInt32 height, Mix::Graphics::FORMAT format, Mix::Graphics::Utility::ITargetTextureChain **ppTargetTextureChain, const wchar_t *pDebugName=NULL)=0 |
ターゲットテクスチャチェインを作成します More... | |
virtual Boolean | CreateFontFromFile (const wchar_t *pFilePath, Mix::Graphics::Utility::IFont **ppFont)=0 |
フォントをファイルから作成します More... | |
virtual Boolean | CreateFontFromMemory (const wchar_t *pFilePath, Mix::Memory::IBuffer *pBuffer, Mix::Graphics::Utility::IFont **ppFont)=0 |
フォントをメモリ上のファイルから作成します More... | |
virtual Boolean | CreateCanvasRenderer (Mix::Graphics::Utility::ICanvasRenderer **ppCanvasRenderer, const wchar_t *pDebugName=NULL)=0 |
キャンバスレンダラーを作成します More... | |
virtual Boolean | CreatePerspectiveRenderer (Mix::Graphics::Utility::IPerspectiveRenderer **ppPerspectiveRenderer, const wchar_t *pDebugName=NULL)=0 |
パースペクティブレンダラーを作成します More... | |
![]() | |
void | AddRef (void) |
参照数を 1 増やします More... | |
void | Release (void) |
参照数を 1 減らします More... | |
Long32 | GetRefCount (void) |
参照数を取得します More... | |
Protected Member Functions | |
virtual | ~IManager (void) |
デストラクタ More... | |
![]() | |
MIX_DECLARE_ALLOCATOR () | |
Reference (void) | |
コンストラクタ More... | |
Reference (Long32 count) | |
コンストラクタ More... | |
virtual | ~Reference (void) |
デストラクタ More... | |
グラフィックスマネージャインターフェース
|
inlineprotectedvirtual |
デストラクタ
|
pure virtual |
グラフィックスデバイスを取得します
[out] | ppDevice | 取得したグラフィックスデバイスを渡す Mix::Graphics::IDevice インターフェースのポインタのアドレス |
|
pure virtual |
ターゲットテクスチャチェインを作成します
[in] | width | ターゲットテクスチャの幅 |
[in] | height | ターゲットテクスチャの高さ |
[in] | format | ターゲットテクスチャのフォーマット |
[out] | ppTargetTextureChain | 作成したターゲットテクスチャチェインを渡す Mix::Graphics::Utility::ITargetTextureChain インターフェースのポインタのアドレス |
[in] | pDebugName | デバッグ名 |
|
pure virtual |
フォントをファイルから作成します
[in] | pFilePath | ファイルパス |
[out] | ppFont | 作成したフォントを渡す Mix::Graphics::Utility::IFont インターフェースのポインタのアドレス |
|
pure virtual |
フォントをメモリ上のファイルから作成します
[in] | pFilePath | ファイルパス |
[in] | pBuffer | メモリ内のファイルを表す Mix::Memory::IBuffer インターフェースのポインタ |
[out] | ppFont | 作成したフォントを渡す Mix::Graphics::Utility::IFont インターフェースのポインタのアドレス |
|
pure virtual |
キャンバスレンダラーを作成します
[out] | ppCanvasRenderer | 作成したキャンバスレンダラーを渡す Mix::Graphics::Utility::ICanvasRenderer インターフェースのポインタのアドレス |
[in] | pDebugName | デバッグ名 |
|
pure virtual |
パースペクティブレンダラーを作成します
[out] | ppPerspectiveRenderer | 作成したパースペクティブレンダラーを渡す Mix::Graphics::Utility::IPerspectiveRenderer インターフェースのポインタのアドレス |
[in] | pDebugName | デバッグ名 |