mirror of
https://github.com/xemu-project/nxdk_pgraph_tests.git
synced 2024-11-26 19:40:45 +00:00
Enables test for TEXGEN_OBJECT_LINEAR.
This commit is contained in:
parent
322bdd772a
commit
23f7d76c77
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user