mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 03:18:55 +02:00
fix build
This commit is contained in:
parent
24401045d2
commit
e07beb5b47
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@ struct RangedBarrierRange {
|
||||||
|
|
||||||
VkImageSubresourceRange SubresourceRange(VkImageAspectFlags aspect_mask,
|
VkImageSubresourceRange SubresourceRange(VkImageAspectFlags aspect_mask,
|
||||||
bool is_3d_image) const noexcept {
|
bool is_3d_image) const noexcept {
|
||||||
const SubresourceRange range{
|
const VideoCommon::SubresourceRange range{
|
||||||
.base = {
|
.base = {
|
||||||
.level = static_cast<s32>(min_mip),
|
.level = static_cast<s32>(min_mip),
|
||||||
.layer = static_cast<s32>(min_layer),
|
.layer = static_cast<s32>(min_layer),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue