Add support for extension GL_EXT_shader_implicit_conversions
Updated extension management in TIntermediate class.
This commit is contained in:
parent
97ee5c88de
commit
2a8ead2109
10 changed files with 182 additions and 17 deletions
|
|
@ -1466,7 +1466,7 @@ void TIntermediate::output(TInfoSink& infoSink, bool tree)
|
|||
infoSink.debug << "Shader version: " << version << "\n";
|
||||
if (requestedExtensions.size() > 0) {
|
||||
for (auto extIt = requestedExtensions.begin(); extIt != requestedExtensions.end(); ++extIt)
|
||||
infoSink.debug << "Requested " << *extIt << "\n";
|
||||
infoSink.debug << "Requested " << extIt->first << "\n";
|
||||
}
|
||||
|
||||
if (xfbMode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue