Skip to content

Commit

Permalink
Minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm authored Oct 13, 2023
1 parent 3be1e6d commit 0089b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaterialXTest/MaterialXGenGlsl/GenGlsl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ TEST_CASE("GenShader: ShaderGen Performance", "[genglsl]")
mx::GenContext context(mx::GlslShaderGenerator::create());
BENCHMARK("Load documents, validate and generate shader")
{
return GenShaderUtil::shaderGenPerformanceTest(context);
return GenShaderUtil::shaderGenPerformanceTest(context);
};
}

Expand Down

0 comments on commit 0089b60

Please sign in to comment.