フィルタシステムクラス More...
#include <GxSysFilterBase.h>
Public Member Functions | |
初期化 | |
GxSysFilterBase (void) | |
デフォルトコンストラクタ | |
~GxSysFilterBase (void) override | |
デストラクタ | |
操作 | |
virtual b32 | upscaleSuperResolution (void) |
超解像度スケーリング | |
アクセサ | |
virtual GX_FORCE_INLINE b32 | isEnable (void) const |
全フィルタの有効/無効を取得 | |
virtual GX_FORCE_INLINE void | setEnable (b32) |
全フィルタの有効/無効を設定 | |
GX_FORCE_INLINE b32 | isEnableSuperResolution (void) const |
超解像度の有効/無効を取得 | |
GX_FORCE_INLINE void | setEnableSuperResolution (b32 enable) |
超解像度の有効/無効を設定 | |
virtual GX_FORCE_INLINE b32 | isCheckUseCopyViewport (void) |
ビューポートをコピーするかどうかを判定 | |
virtual GX_FORCE_INLINE b32 | isCheckChangeRenderTarget (void) |
レンダーターゲットを変更するかどうかを判定 | |
virtual GX_FORCE_INLINE const GxSize & | getEffectBufferResolution (void) const |
内部解像度を取得 | |
virtual GX_FORCE_INLINE void | setEffectBufferResolution (const GxSize &resolution) |
内部解像度を設定 | |
virtual GX_FORCE_INLINE b32 | isEnableAntialias (void) const |
アンチエリアスの有効/無効を取得 | |
virtual GX_FORCE_INLINE void | setEnableAntialias (b32) |
アンチエリアスの有効/無効を設定 | |
virtual GX_FORCE_INLINE void | setContextInitializeReady (b32) |
コンテキスト再初期化可能か | |
GX_FORCE_INLINE GxRenderTexture * | getSuperResolutionBuffer (u32 index) const |
超解像度用バッファを取得 | |
![]() | |
template<typename T > | |
T * | getModule (void) const |
モジュールを取得 | |
GxSysBase (void) | |
デフォルトコンストラクタ | |
~GxSysBase (void) override | |
デストラクタ | |
virtual b32 | initialize (const GxClassBase *pInitialiInformation=nullptr) |
初期化 | |
virtual void | terminate (void) |
終了処理 | |
virtual void | update (void) |
更新 | |
b32 | isLocked (void) |
クリティカルセクションのロック状態を確認する | |
void | sleep (f32 time) |
スリープ(スクリプト用) | |
![]() | |
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) |
デフォルトオブジェクト判定 | |
![]() | |
SingletonBase (void) | |
コンストラクタ | |
~SingletonBase (void) | |
デストラクタ | |
![]() | |
virtual GX_FORCE_INLINE void | onLostDevice (void) |
デバイスが消失した時点で通知 | |
virtual GX_FORCE_INLINE b32 | onResetDevice (void) |
デバイスのリセット後に通知 | |
![]() | |
virtual GX_FORCE_INLINE void | onRender (void) |
描画通知 | |
Protected Attributes | |
メンバ変数 | |
GxRenderTexture * | _pSuperResolutionBuffer [RENDER::RENDER_BUFFER_COUNT_MAX] |
超解像度用バッファ | |
b32 | _enableSuperResolution |
超解像度の有効設定 | |
Additional Inherited Members | |
![]() | |
static GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
Rttiの取得 | |
![]() | |
static GX_FORCE_INLINE GxSysFilterBase & | getSingleton (void) |
参照を取得 | |
static constexpr GxSysFilterBase * | getSingletonPointer (void) |
ポインタを取得 | |
![]() | |
enum class | LOCK_TYPE { SEQUENTIAL_THREAD_SAFE , THREAD_SAFE } |
ロックタイプ More... | |
![]() | |
void | terminateGxModules (void) |
GXモジュールの終了処理 | |
void | lock (LOCK_TYPE type=LOCK_TYPE::THREAD_SAFE) |
クリティカルセクションに入る | |
void | unlock (LOCK_TYPE type=LOCK_TYPE::THREAD_SAFE) |
クリティカルセクションを出る | |
template<typename T > | |
T * | addModule (void) |
モジュールを作成 | |
template<typename T > | |
void | removeModule (void) |
モジュールを削除 | |
![]() | |
GxRenderNotifier (b32 callRender=false) | |
コンストラクタ(インスタンス化禁止) | |
virtual | ~GxRenderNotifier (void) |
デストラクタ(インスタンス化禁止) | |
![]() | |
GxRenderNotifierForOnRender (void) | |
コンストラクタ(インスタンス化禁止) | |
virtual | ~GxRenderNotifierForOnRender (void) |
デストラクタ(インスタンス化禁止) | |
フィルタシステムクラス
|
inlinevirtual |
全フィルタの有効/無効を取得
Reimplemented in GxSysFilter.
|
inlinevirtual |
全フィルタの有効/無効を設定
Reimplemented in GxSysFilter.
|
inlinevirtual |