Merge pull request #1053 from mchock-nv/mchock-nv-fix-lambda
Delete unused 'this' capture
This commit is contained in:
commit
e22c11fd0a
@ -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…
x
Reference in New Issue
Block a user