Home
last modified time | relevance | path

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

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