Enables test for TEXGEN_OBJECT_LINEAR.

This commit is contained in:
Erik Abair 2023-07-09 20:52:31 -07:00
parent 322bdd772a
commit 23f7d76c77

View File

@ -19,8 +19,8 @@ static constexpr int kTextureHeight = 128;
static TextureStage::TexGen kTestModes[] = {
TextureStage::TG_DISABLE,
TextureStage::TG_EYE_LINEAR,
// TextureStage::TG_OBJECT_LINEAR, // xemu "untested" assert (generate_fixed_function) (works on HW)
// TextureStage::TG_SPHERE_MAP, // xemu "channel < 2" assert (kelvin_map_texgen) (works on HW)
TextureStage::TG_OBJECT_LINEAR, // xemu "untested" assert (generate_fixed_function) (works on HW)
// TextureStage::TG_SPHERE_MAP, // xemu "channel < 2" assert (kelvin_map_texgen) (works on HW)
TextureStage::TG_NORMAL_MAP,
TextureStage::TG_REFLECTION_MAP,
};