ムービー描画クラス
More...
#include <GxRenderMovie.h>
|
|
|
| GxRenderMovie (void) |
| | デフォルトコンストラクタ
|
| |
|
| ~GxRenderMovie (void) override |
| | デストラクタ
|
| |
|
| void | onLostDevice (void) override |
| | デバイスがリセットされる直前
|
| |
| b32 | onResetDevice (void) override |
| | リセット後にリソースが再作成される瞬間
|
| |
| void | onRender (void) override |
| | 描画通知
|
| |
| s32 | systemPresent (void *pArgument1, void *pArgument2) |
| | 描画フレームの初期化
|
| |
| s32 | systemDraw (void *pArgument1, void *pArgument2) |
| | 描画実行
|
| |
|
|
constexpr void | setMovieModule (GxMoviePlayer *pMovie) |
| | ムービーモジュール設定
|
| |
|
constexpr void | setRenderViewPriority (RENDER_VIEW view) |
| | 描画優先度(ビュー)を設定
|
| |
|
constexpr void | setRenderSubViewPriority (RENDER_SUB_VIEW subView) |
| | 描画優先度(サブビュー)を設定
|
| |
|
constexpr void | setRenderPriority (RENDER_PASS pass) |
| | 描画プライオリティを設定
|
| |
|
constexpr void | setRenderSubPriority (f32 priority) |
| | 描画サブプライオリティを設定
|
| |
|
GX_FORCE_INLINE void | setTerminate (void) |
| | 終了フラグを設定
|
| |
|
constexpr | GxClassBase (void) |
| | コンストラクタ
|
| |
|
constexpr | GxClassBase (const GxClassBase &base) |
| | コピーコンストラクタ
|
| |
|
| ~GxClassBase (void) override |
| | デストラクタ
|
| |
|
constexpr | GxClassBaseRoot (void) |
| | コンストラクタ
|
| |
|
constexpr | GxClassBaseRoot (const GxClassBaseRoot &) |
| | コピーコンストラクタ
|
| |
|
virtual | ~GxClassBaseRoot (void) |
| | デストラクタ
|
| |
|
constexpr GxClassBaseRoot & | operator= (const GxClassBaseRoot &) |
| | 代入演算子
|
| |
|
virtual GxRtti & | getRtti (void) const =0 |
| | Rttiの取得
|
| |
| virtual GX_FORCE_INLINE const GxTypedObject * | getDefaultObject (void) |
| | デフォルトオブジェクトを取得
|
| |
|
GX_FORCE_INLINE b32 | isDefaultObject (void) |
| | デフォルトオブジェクト判定
|
| |
|
|
static GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
| | Rttiの取得
|
| |
◆ onLostDevice()
| void GxRenderMovie::onLostDevice |
( |
void | | ) |
|
|
overridevirtual |
◆ onRender()
| void GxRenderMovie::onRender |
( |
void | | ) |
|
|
overridevirtual |
◆ onResetDevice()
| b32 GxRenderMovie::onResetDevice |
( |
void | | ) |
|
|
overridevirtual |
◆ systemDraw()
| s32 GxRenderMovie::systemDraw |
( |
void * | pArgument1, |
|
|
void * | pArgument2 ) |
描画実行
- Parameters
-
| pArgument1 | [in] 未使用 |
| pArgument2 | [in] 未使用 |
- Returns
- 常に1
◆ systemPresent()
| s32 GxRenderMovie::systemPresent |
( |
void * | pArgument1, |
|
|
void * | pArgument2 ) |
描画フレームの初期化
- Parameters
-
| pArgument1 | [in] 未使用 |
| pArgument2 | [in] 未使用 |
- Returns
- 常に1
The documentation for this class was generated from the following files:
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxMovie/src/GxRenderMovie.h
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxMovie/src/GxRenderMovie.cpp