Home
last modified time | relevance | path

Searched refs:s_DepthRangeNear (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp42 f32 GraphicsDevice::s_DepthRangeNear = 0.0f; member in nw::gfx::GraphicsDevice
139 NW_LOG(" %f\n", s_DepthRangeNear); in Report()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_GraphicsDevice.h148 s_DepthRangeNear = nw::ut::Clamp(near, 0.0f, 1.0f); in SetDepthRange()
150 s_DepthRange24 = ut::Float24::Float32ToBits24(s_DepthRangeNear - s_DepthRangeFar); in SetDepthRange()
739 static f32 s_DepthRangeNear; variable
965 zBias = s_DepthRangeNear; in ActivatePolygonOffset()
966 offset = (s_DepthRangeNear - s_DepthRangeFar) * s_PolygonOffsetUnit; in ActivatePolygonOffset()