mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 08:45:45 +00:00
Rasterizer: Implement Inline2Memory Acceleration.
This commit is contained in:
parent
4a3a7673b7
commit
19270ae4e6
14 changed files with 122 additions and 6 deletions
|
@ -22,6 +22,7 @@ KeplerCompute::~KeplerCompute() = default;
|
|||
|
||||
void KeplerCompute::BindRasterizer(VideoCore::RasterizerInterface* rasterizer_) {
|
||||
rasterizer = rasterizer_;
|
||||
upload_state.BindRasterizer(rasterizer);
|
||||
}
|
||||
|
||||
void KeplerCompute::CallMethod(u32 method, u32 method_argument, bool is_last_call) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue