GPU: Add Reactive flushing
This commit is contained in:
parent
36a670a4c9
commit
6bc60f78d9
24 changed files with 240 additions and 30 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue