Delete unused 'this' capture
Remove an unused 'this' entry from a lambda capture list. This cleans up a unused-lambda-capture warning.
This commit is contained in:
parent
d004e5ca4c
commit
933c10cd4b
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 TBuiltInVariable biType = patchConstantFunction[param].getDeclaredBuiltIn();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue