diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-11 15:29:21 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-15 10:16:02 -0600 |
| commit | 609c6c84318e264fdb6c9e7d5997cc1bae16d707 (patch) | |
| tree | 782ef1a24eb807a6dc227b73e64c929b4de47d10 /layers/device_limits.cpp | |
| parent | c6bc61de8e7088ed3b97ae3258f038129d831432 (diff) | |
| download | usermoji-609c6c84318e264fdb6c9e7d5997cc1bae16d707.tar.xz | |
Bug 14583: Remove VkBufferView for UBO/SSBO descriptor types
For descriptor types:
VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER
VK_DESCRIPTOR_TYPE_STORAGE_BUFFER
VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC
VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC
No longer need to create a VkBufferView, instead can
put the buffer, offset and range directly into a descriptor.
Many places in the driver assumed it could point to a persistent
buffer view and that is no longer the case. Now cache the
view info rather than a pointer to deal with that.
Diffstat (limited to 'layers/device_limits.cpp')
0 files changed, 0 insertions, 0 deletions
