mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
vk: Update binding model for compute jobs
This commit is contained in:
parent
2c8c788d81
commit
f241825c73
7 changed files with 47 additions and 42 deletions
|
@ -305,6 +305,11 @@ namespace rsx
|
|||
return _size * sizeof(Ty);
|
||||
}
|
||||
|
||||
u32 size_bytes32() const
|
||||
{
|
||||
return _size * sizeof(Ty);
|
||||
}
|
||||
|
||||
u32 capacity() const
|
||||
{
|
||||
return _capacity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue