mirror of https://github.com/mosra/magnum.git
Browse Source
Triggers the new OOB assertion in ArrayView element access APIs. "Technically" this was okay, since converting a BufferMemoryBarrier to VkBufferMemoryBarrier is just `return this;` (and a cast), which if `this == nullptr` returns `nullptr`. But practically this probably triggered all sorts of UB. Haha.pull/499/head
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue