Skip to content

Commit

Permalink
remove inline that crashes old glibc version (#4398)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielG-NV authored Jun 14, 2024
1 parent fdef653 commit c00f461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/slang/slang-capability.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ CapabilityName findCapabilityName(UnownedStringSlice const& name)
return result;
}

inline CapabilityAtom getLatestSpirvAtom()
CapabilityAtom getLatestSpirvAtom()
{
static CapabilityAtom result = CapabilityAtom::Invalid;
if (result == CapabilityAtom::Invalid)
Expand Down

0 comments on commit c00f461

Please sign in to comment.