Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_FrameBuffer.h39 u32 depthFormat; //!< デプスバッファのフォーマットです。 member
148 void SetDepthFormat(u32 depthFormat) { m_Description.depthFormat = depthFormat; } in SetDepthFormat()
Dgfx_IRenderTarget.h109 RenderDepthFormat depthFormat; //!< 描画対象の深度フォーマットです。 member
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_FrameBuffer.cpp160 u32 depthFormat = 0; in ActivateBuffer() local