fix build

This commit is contained in:
CamilleLaVey 2026-03-06 20:43:33 -04:00 committed by lizzie
parent 15d575aa31
commit 5b12a7725d

View file

@ -535,7 +535,7 @@ struct RangedBarrierRange {
VkImageSubresourceRange SubresourceRange(VkImageAspectFlags aspect_mask,
bool is_3d_image) const noexcept {
const SubresourceRange range{
const VideoCommon::SubresourceRange range{
.base = {
.level = static_cast<s32>(min_mip),
.layer = static_cast<s32>(min_layer),