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