13GX_CORE_NAMESPACE_BEGIN()
39 void cleanup(
void)
override;
55 void onLostDevice(
void)
override;
58 b32 onResetDevice(
void)
override;
61 GX_FORCE_INLINE
void onRender(
void)
override {}
64 void* map(u32 offset, u32 size, u32 mappingType)
override;
66 void unmap(
void)
override;
77 constexpr GxNativeBufferAddress
getBufferAddress(
void)
const {
return _pBufferAddress; }
80 GxNativeBuffer getBuffer(
void)
const;
90 GxNativeBufferAddress _pBufferAddress;
92 GxNativeBuffer _pBuffer;
94#if GX_USE_DX12 && defined(_WINDOWS)
95 GxNativeBuffer _pBufferUpload;
101GX_CORE_NAMESPACE_END()
#define GX_PROHIBIT_CLASS_BASE_REFERENCE(__CLASS__)
GxClassBaseReference継承の禁止宣言(new以外の生成禁止 + コピー禁止)
Definition GxBase.h:244
Definition GxRenderBuffer.h:20
描画関連の依存をこのクラスで吸収します
Definition GxRenderDevice.h:450
b32 initialize(const GxRenderDeviceInitialInformation *pInitialInformation)
初期化関数
Definition GxRenderDevice.cpp:1017
頂点バッファを管理する
Definition GxRenderVertexBuffer.h:20
constexpr GxNativeBufferAddress getBufferAddress(void) const
バッファアドレスを取得
Definition GxRenderVertexBuffer.h:77
GX_FORCE_INLINE void onRender(void) override
描画通知
Definition GxRenderVertexBuffer.h:61
32bitブーリアン
Definition GxDefine.h:173