vk: Update binding model for compute jobs

This commit is contained in:
kd-11 2025-06-15 14:21:25 +03:00 committed by kd-11
parent 2c8c788d81
commit f241825c73
7 changed files with 47 additions and 42 deletions

View file

@ -305,6 +305,11 @@ namespace rsx
return _size * sizeof(Ty);
}
u32 size_bytes32() const
{
return _size * sizeof(Ty);
}
u32 capacity() const
{
return _capacity;