commit | 35aeb042a2a72ad1cc9905b2b47513910b8b0d5a | [log] [tgz] |
---|---|---|
author | Panagiotis Christopoulos Charitos <godlike@ancient-ritual.com> | Mon Mar 18 11:34:17 2019 +0100 |
committer | Panagiotis Christopoulos Charitos <godlike@ancient-ritual.com> | Mon Mar 18 11:34:17 2019 +0100 |
tree | c7e7628382dfe0a376fd5c5027cbe83da24f9794 | |
parent | b184e41a063792881df531eebbaca591605bacde [diff] |
Avoid running the validator as part of the optimization pass. The spvtools::Optimizer::Run method glslang is using constructs a default set of spvtools::OptimizerOptions. This default set of options instructs the validator to run. That is not quite correct since glslang will invoke the validator _explicitly_ after the optimization pass. Change-Id: I30f458304c6e7f81e89fc4ebd25eabbbd8348063