Both the shader_builder and existing shader tests eventually tested the same aspects. shader_builder is more modern and handles more cases. The old shader test requires a full backend in order to run This commit replaces the old tests to just use the shader builder for validation. Shader builder can still be run at compile time, this is just a convenience to have as a test case as well for CI/CD. Ref: #105482