Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTexture.h714 f32 shadowZScale; //!< オフセット値に乗算するスケール値です。 member
726 shadowZScale(1.0f), in Description()
818 DynamicBuilder& ShadowZScale(f32 shadowZScale) in ShadowZScale() argument
820 m_Description.shadowZScale = shadowZScale; in ShadowZScale()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp795 textureData->m_ShadowZScale = m_Description.shadowZScale; in Create()