| 245 | |
| 246 | template <vkb::BindingType bindingType> |
| 247 | void BufferBlock<bindingType>::reset() |
| 248 | { |
| 249 | offset = 0; |
| 250 | } |
| 251 | |
| 252 | template <vkb::BindingType bindingType> |
| 253 | vk::DeviceSize BufferBlock<bindingType>::aligned_offset() const |
no outgoing calls
no test coverage detected