The text highlighting fixes from https://github.com/YoYoGames/GameMaker-Bugs/issues/6425 allow the temporarily-commented code in the sh_ambient_colour_hlsl, sh_lights_colour_hlsl, sh_lights_direction, and sh_lights_pos_range_hlsl shaders associated with BasicShaderUniformTestSuite to be uncommented.
Additionally, issues should be linked in comments for the known fails in:
alpha_test
gm_vs_fog_enabled
gm_ps_fog_enabled
gm_fog_colour
gm_fog_start
gm_rcp_fog_range
gm_lights_direction
gm_lights_pos_range
gm_lights_colour
Script Name
BasicShaderUniformTestSuite (and related shader files)
Steps To The Task
[x] Uncomment temporarily-commented code in sh_ambient_colour_hlsl, sh_lights_colour_hlsl, sh_lights_direction and sh_lights_pos_range_hlsl
[x] Add comments with related issues to failing tests in BasicShaderUniformTestSuite
Description
The text highlighting fixes from https://github.com/YoYoGames/GameMaker-Bugs/issues/6425 allow the temporarily-commented code in the sh_ambient_colour_hlsl, sh_lights_colour_hlsl, sh_lights_direction, and sh_lights_pos_range_hlsl shaders associated with BasicShaderUniformTestSuite to be uncommented.
Additionally, issues should be linked in comments for the known fails in:
Script Name
BasicShaderUniformTestSuite (and related shader files)
Steps To The Task