D3D12: Fix warn-on-error for unused parameter
Amends 445fb40081c870c0a9b1c1c3cf27b20fdd36a531 Change-Id: Iee3eaffcb7fbbdb3cec8020ee7c9280d52faa0a2 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> (cherry picked from commit 54824e7d2bf1066014f4e6f3bb3c2a9535435779) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
273c96a941
commit
47ae5f9178
@ -4812,6 +4812,7 @@ bool QD3D12ShaderResourceBindings::create()
|
||||
|
||||
void QD3D12ShaderResourceBindings::updateResources(UpdateFlags flags)
|
||||
{
|
||||
Q_UNUSED(flags);
|
||||
generation += 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user