mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 21:57:58 -05:00
shader, video_core: Fix GCC build errors
This commit is contained in:
@ -41,13 +41,9 @@ using VideoCore::Surface::PixelFormatFromRenderTargetFormat;
|
||||
using namespace Common::Literals;
|
||||
|
||||
struct ImageViewInOut {
|
||||
u32 index;
|
||||
bool blacklist;
|
||||
union {
|
||||
struct Empty {
|
||||
} empty{};
|
||||
ImageViewId id;
|
||||
};
|
||||
u32 index{};
|
||||
bool blacklist{};
|
||||
ImageViewId id{};
|
||||
};
|
||||
|
||||
template <class P>
|
||||
|
Reference in New Issue
Block a user