Commit e22c11fd by John Kessenich Committed by GitHub

Merge pull request #1053 from mchock-nv/mchock-nv-fix-lambda

Delete unused 'this' capture
parents ea1ea974 933c10cd
......@@ -9118,7 +9118,7 @@ void HlslParseContext::addPatchConstantInvocation()
}
};
const auto isOutputPatch = [this](TFunction& patchConstantFunction, int param) {
const auto isOutputPatch = [](TFunction& patchConstantFunction, int param) {
const TType& type = *patchConstantFunction[param].type;
const TBuiltInVariable biType = patchConstantFunction[param].getDeclaredBuiltIn();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment