mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 16:37:57 -05:00
Rasterizer: Implement Inline2Memory Acceleration.
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user