mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-01 15:49:12 +00:00
GPU: Add Reactive flushing
This commit is contained in:
13
src/video_core/rasterizer_download_area.h
Normal file
13
src/video_core/rasterizer_download_area.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace VideoCore {
|
||||
|
||||
struct RasterizerDownloadArea {
|
||||
VAddr start_address;
|
||||
VAddr end_address;
|
||||
bool preemtive;
|
||||
};
|
||||
|
||||
} // namespace VideoCore
|
||||
Reference in New Issue
Block a user