Navigate to the top level

Texture_2D_as_cubemap

Description
Tests the behavior of various texture stage modes that require cubemap/volumetric textures but are given textures registered as 2d.
NOTE: This suite tests behavior of incorrectly configured textures. Please see
TextureCubemapTests
for examples of how these modes should actually be used.
Suite class def

Cubemap_Bad2D

Renders two angles of a cube utilizing a cubemap texture.

Image with alpha
Test result for Texture_2D_as_cubemap::Cubemap_Bad2D
Image as seen on display
No alpha test result for Texture_2D_as_cubemap::Cubemap_Bad2D

DotReflectDiffuse_Bad2D

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_DIFF pixel shading mode but passing a 2d texture instead of a cubemap for the final lookup.

Image with alpha
Test result for Texture_2D_as_cubemap::DotReflectDiffuse_Bad2D
Image as seen on display
No alpha test result for Texture_2D_as_cubemap::DotReflectDiffuse_Bad2D

DotReflectSpec_Bad2D

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_SPEC pixel shading mode but passing a 2d texture instead of a cubemap for the final lookup.

Image with alpha
Test result for Texture_2D_as_cubemap::DotReflectSpec_Bad2D
Image as seen on display
No alpha test result for Texture_2D_as_cubemap::DotReflectSpec_Bad2D

DotReflectSpecConst_Bad2D

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_RFLCT_SPEC_CONST but passing a 2d texture instead of a cubemap for the final lookup.

Image with alpha
Test result for Texture_2D_as_cubemap::DotReflectSpecConst_Bad2D
Image as seen on display
No alpha test result for Texture_2D_as_cubemap::DotReflectSpecConst_Bad2D

DotSTR3D_Bad2D

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_STR_3D pixel shading mode but passing a 2d texture instead of a cubemap for the final lookup.

Image with alpha
Test result for Texture_2D_as_cubemap::DotSTR3D_Bad2D
Image as seen on display
No alpha test result for Texture_2D_as_cubemap::DotSTR3D_Bad2D

DotSTRCube_Bad2D

Renders two angles of a cube utilizing PS_TEXTUREMODES_DOT_STR_CUBE pixel shading mode but passing a 2d texture instead of a cubemap for the final lookup.

Image with alpha
Test result for Texture_2D_as_cubemap::DotSTRCube_Bad2D
Image as seen on display
No alpha test result for Texture_2D_as_cubemap::DotSTRCube_Bad2D