初期化クラス More...
#include <GxSysRenderBase.h>


Public Member Functions | |
初期化 | |
| GxRenderInitialInformation (void) | |
| コンストラクタ | |
操作 | |
| void | loadJson (const GxJson::GxJsonNode &jsonNode) |
| JSONから読み込み | |
Public Member Functions inherited from GxClassBase | |
| constexpr | GxClassBase (void) |
| コンストラクタ | |
| constexpr | GxClassBase (const GxClassBase &base) |
| コピーコンストラクタ | |
| ~GxClassBase (void) override | |
| デストラクタ | |
Public Member Functions inherited from GxClassBaseRoot | |
| 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) |
| デフォルトオブジェクト判定 | |
Public Attributes | |
メンバ変数 | |
| GxRenderDeviceInitialInformation | _deviceInitialInformation |
| デバイス初期化情報 | |
| GxSize | _defaultViewportResolution |
| デフォルトビューポート解像度 | |
| RENDER_FORMAT | _defaultViewportFormat |
| デフォルトビューポートフォーマット | |
| RENDER_ANTI_ALIASING | _defaultViewportAntiAliasing |
| デフォルトビューポートアンチエイリアス | |
| GxRect | _defaultViewportRegion |
| デフォルトビューポート矩形 | |
| GxSize | _virtualResolution |
| 仮想解像度 | |
| GxSize | _shadowMapResolution |
| シャドウマップ解像度 | |
| b32 | _shadowCullingModeDefault |
| デフォルトシャドウカリングモード | |
| GxSize | _velocityMapResolution |
| 速度マップ解像度 | |
Additional Inherited Members | |
Static Public Member Functions inherited from GxClassBaseRoot | |
| static GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
| Rttiの取得 | |
初期化クラス
| void GxRenderInitialInformation::loadJson | ( | const GxJson::GxJsonNode & | jsonNode | ) |
JSONから読み込み
| jsonNode | [in] JSONノード |
