Searched refs:CONFIG_NO_FRESNEL (Results 1 – 3 of 3) sorted by relevance
176 if ( fragmentLighting.GetFresnelConfig() != ResFragmentLighting::CONFIG_NO_FRESNEL && in CheckFragmentShader()179 fragmentLighting.SetFresnelConfig(ResFragmentLighting::CONFIG_NO_FRESNEL); in CheckFragmentShader()
111 …isFresnelEnabled = (fragmentLighting.GetFresnelConfig() != ResFragmentLighting::CONFIG_NO_FRESNEL); in ActivateFragmentLightingTable()
212 CONFIG_NO_FRESNEL = 0, //!< フレネルは使用しません。 enumerator