mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-05 07:14:17 +01:00
gpu2: temporary disable dispatch
This commit is contained in:
parent
f6cc90727e
commit
79821fc50d
|
|
@ -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…
Reference in a new issue