fix build

This commit is contained in:
CamilleLaVey 2026-03-06 20:43:33 -04:00
parent 24401045d2
commit e07beb5b47

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),