YoYoGames / GM-TestFramework

Repository for GameMaker's Test Framework
Other
20 stars 10 forks source link

BasicShaderUniformsTestSuite: Create new TestSuite for testing gamemaker-specific built-in shader uniforms #84

Closed Indibulous closed 1 month ago

Indibulous commented 3 months ago

Description

A test suite should be developed and added to the framework to test the functionality of all gamemaker-specific built-in shader uniforms and constants mentioned on the Shader Constants manual page, as this is an area of functionality that is currently missing from the framework.

These tests were initially intended to be included in the BasicShaderTestSuite proposed in https://github.com/YoYoGames/GM-TestFramework/issues/59 but ended up taking up a sufficiently large amount of an already very large test suite that it made more sense to move them to their own test suite instead, in order to improve readability and granularity of tests.

Requirements

The project should be up to date with 2024.6 release.

It should include tests that cover the following Gamemaker-specific built-in shader uniforms/constants:

Steps To The Task