mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-19 05:15:17 +00:00
gpu2: temporary disable dispatch
This commit is contained in:
parent
f6cc90727e
commit
79821fc50d
1 changed files with 1 additions and 0 deletions
|
|
@ -516,6 +516,7 @@ void amdgpu::dispatch(Cache &cache, Scheduler &sched,
|
|||
Registers::ComputeConfig &computeConfig,
|
||||
std::uint32_t groupCountX, std::uint32_t groupCountY,
|
||||
std::uint32_t groupCountZ) {
|
||||
return; // FIXME
|
||||
auto tag = cache.createComputeTag(sched);
|
||||
auto descriptorSet = tag.getDescriptorSet();
|
||||
auto shader = tag.getShader(computeConfig);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue