diff --git a/src/tint/writer/glsl/test_helper.h b/src/tint/writer/glsl/test_helper.h index d4790175ec..7266d0a499 100644 --- a/src/tint/writer/glsl/test_helper.h +++ b/src/tint/writer/glsl/test_helper.h @@ -59,6 +59,7 @@ class TestHelperBase : public BODY, public ProgramBuilder { /// @note The generator is only built once. Multiple calls to Build() will /// return the same GeneratorImpl without rebuilding. /// @param version the GLSL version + /// @param options the GLSL backend options /// @return the built generator GeneratorImpl& SanitizeAndBuild(Version version = Version(), const Options& options = {}) {