Cleanup: Workbench Next: Remove UNUSED_VARS

This commit is contained in:
Miguel Pozo 2023-01-25 13:16:53 +01:00
parent e27d1d9bb6
commit ef3225b9da
1 changed files with 2 additions and 2 deletions

View File

@ -209,9 +209,9 @@ void ShadowPass::ShadowView::set_mode(ShadowPass::PassType type)
void ShadowPass::ShadowView::compute_visibility(ObjectBoundsBuf &bounds,
uint resource_len,
bool debug_freeze)
bool /*debug_freeze*/)
{
UNUSED_VARS(debug_freeze);
/* TODO (Miguel Pozo): Add debug_freeze support */
GPU_debug_group_begin("ShadowView.compute_visibility");