Home
last modified time | relevance | path

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

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