Skip to content

Commit

Permalink
Merge pull request #2214 from maierfelix/master
Browse files Browse the repository at this point in the history
Fix Web build
  • Loading branch information
johnkslang authored May 12, 2020
2 parents 5d88edf + 8e18714 commit 55f9d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glslang/MachineIndependent/Initialize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ EProfile EDesktopProfile = static_cast<EProfile>(ENoProfile | ECoreProfile | ECo
// Declare pointers to put into the table for versioning.
#ifdef GLSLANG_WEB
const Versioning* Es300Desktop130 = nullptr;
const Versioning* Es310Desktop420 = nullptr;
#else
const Versioning Es300Desktop130Version[] = { { EEsProfile, 0, 300, 0, nullptr },
{ EDesktopProfile, 0, 130, 0, nullptr },
Expand Down

0 comments on commit 55f9d97

Please sign in to comment.