mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-28 14:29:13 +00: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