Merge pull request #1053 from mchock-nv/mchock-nv-fix-lambda
Delete unused 'this' capture
This commit is contained in:
commit
e22c11fd0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 TType& type = *patchConstantFunction[param].type;
|
||||||
const TBuiltInVariable biType = patchConstantFunction[param].getDeclaredBuiltIn();
|
const TBuiltInVariable biType = patchConstantFunction[param].getDeclaredBuiltIn();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue