Skip to content

Commit ff684f1

Browse files
Remove extra newline
Signed-off-by: Jonathan Stone <jstone@lucasfilm.com>
1 parent 3f1c8a6 commit ff684f1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

source/MaterialXGenGlsl/EsslShaderGenerator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ void EsslShaderGenerator::emitDirectives(GenContext&, ShaderStage& stage) const
2727
{
2828
emitLine("#version " + getVersion(), stage, false);
2929
emitLineBreak(stage);
30-
3130
// ESSL 3.0+ is used where highp float is considered mandatory.
3231
// (See https://registry.khronos.org/OpenGL/specs/es/3.0/GLSL_ES_Specification_3.00.pdf)
3332
emitLine("precision highp float", stage);

0 commit comments

Comments
 (0)