Skip to content

Commit

Permalink
[D3D12] Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PanosK92 committed Dec 1, 2023
1 parent 38849b8 commit 62d215a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/RHI/D3D12/D3D12_Device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ namespace Spartan
}
}

void RHI_Device::SetBindlessSamplers(const std::array<std::shared_ptr<RHI_Sampler>, 7>& samplers)
void RHI_Device::SetBindlessSamplers(const std::array<std::shared_ptr<RHI_Sampler>, 8>& samplers)
{

}
Expand Down

0 comments on commit 62d215a

Please sign in to comment.