mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-27 01:17:40 +00:00
fix build
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user