mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
gpu: implement compute queue
This commit is contained in:
parent
1f28918fc9
commit
4fe857485c
12 changed files with 836 additions and 483 deletions
|
|
@ -181,6 +181,7 @@ public:
|
|||
Ref<RcBase> blockpoolDevice;
|
||||
shared_mutex gpuDeviceMtx;
|
||||
Ref<RcBase> gpuDevice;
|
||||
Ref<RcBase> dceDevice;
|
||||
uint sdkVersion{};
|
||||
uint fwSdkVersion{};
|
||||
uint safeMode{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue