Skip to content

Commit

Permalink
Merge branch 'v2-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Jun 11, 2024
2 parents 08e9d74 + 734663d commit cdb9b87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions OgreMain/src/OgreHlms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2278,6 +2278,12 @@ namespace Ogre

codeCache.shaders[i] =
compileShaderCode( source[i], "", uniqueName, static_cast<ShaderType>( i ), tid );

if( mDebugOutput )
{
debugDumpFile.write( source[i].c_str(),
static_cast<std::streamsize>( source[i].size() ) );
}
}
}

Expand Down

0 comments on commit cdb9b87

Please sign in to comment.