mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
gpu2: fix descriptor sets count
This commit is contained in:
parent
b53d59aa1f
commit
f1881113ff
3 changed files with 24 additions and 23 deletions
|
|
@ -639,9 +639,6 @@ void amdgpu::draw(GraphicsPipe &pipe, int vmId, std::uint32_t firstVertex,
|
|||
.supportsBarycentric = vk::context->supportsBarycentric,
|
||||
.supportsInt8 = vk::context->supportsInt8,
|
||||
.supportsInt64Atomics = vk::context->supportsInt64Atomics,
|
||||
// .supportsBarycentric = false,
|
||||
// .supportsInt8 = false,
|
||||
// .supportsInt64Atomics = false,
|
||||
};
|
||||
|
||||
auto shader = cacheTag.getShader({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue