Home
last modified time | relevance | path

Searched defs:colorFormat (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_FrameBuffer.h40 u32 colorFormat; //!< カラーバッファのフォーマットです。 member
136 void SetColorFormat(u32 colorFormat) { m_Description.colorFormat = colorFormat; } in SetColorFormat()
Dgfx_IRenderTarget.h110 RenderColorFormat colorFormat; //!< 描画対象のカラーフォーマットです。 member
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_FrameBuffer.cpp163 u32 colorFormat = 0; in ActivateBuffer() local