OROCHI
 
Loading...
Searching...
No Matches
GxRenderDeviceInitialInformation Class Reference

初期化クラス More...

#include <GxRenderDevice.h>

Inheritance diagram for GxRenderDeviceInitialInformation:
Collaboration diagram for GxRenderDeviceInitialInformation:

Classes

struct  GxRawAllocatorInfo
 GxRawAllocator の設定 More...
 

Public Member Functions

初期化
 GxRenderDeviceInitialInformation (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 GxClassBaseRootoperator= (const GxClassBaseRoot &)
 代入演算子
 
virtual GxRttigetRtti (void) const =0
 Rttiの取得
 
virtual GX_FORCE_INLINE const GxTypedObjectgetDefaultObject (void)
 デフォルトオブジェクトを取得
 
GX_FORCE_INLINE b32 isDefaultObject (void)
 デフォルトオブジェクト判定
 

Public Attributes

メンバ変数
RENDER_FRAME_RATE _frameRateTarget
 ターゲットフレームレート
 
u32 _bufferCount
 バッファ数
 
u32 _commandBufferSize
 コマンドバッファサイズ
 
u32 _renderThreadStackSize
 描画スレッドスタックサイズ
 
b32 _disableShadowPass
 シャドウパス無効フラグ
 
b32 _disableOverPaintPass
 オーバーペイントパス無効フラグ
 
b32 _disableProcedualPass
 プロシージャル無効パス
 
b32 _useDummyShader
 ダミーシェーダー使用フラグ
 
b32 _useBackBufferDepth
 深度バックバッファフラグ
 
b32 _isNormalMap16FP
 FP16法線マップフラグ
 
b32 _enablePreZSortByDepth
 PreZでの深度ソート有効フラグ
 
GxVector2 _resolutionScaleTextureSSAO
 SSAO拡縮テクスチャ解像度
 
GX_RENDERDEVICE_ERROR_FUNCTION _pUserErrorFunction
 ユーザー定義のエラーコールバック
 
u32 _maxSkinningJointCount
 

Additional Inherited Members

- Static Public Member Functions inherited from GxClassBaseRoot
static GX_FORCE_INLINE GxRtti__getStaticRtti (void)
 Rttiの取得
 

Detailed Description

初期化クラス

Member Function Documentation

◆ loadJson()

void GxRenderDeviceInitialInformation::loadJson ( const GxJson::GxJsonNode & jsonNode)

JSONから読み込み

Parameters
jsonNode[in] JSONノード
Here is the call graph for this function:

The documentation for this class was generated from the following files: