mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 05:28:56 +02:00
fix build
This commit is contained in:
parent
15d575aa31
commit
5b12a7725d
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue