Searched defs:depthFormat (Results 1 – 3 of 3) sorted by relevance
41 u32 depthFormat; //!< デプスバッファのフォーマットです。 member150 void SetDepthFormat(u32 depthFormat) { m_Description.depthFormat = depthFormat; } in SetDepthFormat()
111 RenderDepthFormat depthFormat; //!< 描画対象の深度フォーマットです。 member
162 u32 depthFormat = 0; in ActivateBuffer() local