mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 05:37:53 -05:00
VideoCore: Implement DispatchIndirect
This commit is contained in:
@ -69,6 +69,14 @@ public:
|
||||
/// Binds a rasterizer to this engine.
|
||||
void BindRasterizer(VideoCore::RasterizerInterface* rasterizer);
|
||||
|
||||
GPUVAddr ExecTargetAddress() const {
|
||||
return regs.dest.Address();
|
||||
}
|
||||
|
||||
u32 GetUploadSize() const {
|
||||
return copy_size;
|
||||
}
|
||||
|
||||
private:
|
||||
void ProcessData(std::span<const u8> read_buffer);
|
||||
|
||||
|
Reference in New Issue
Block a user