nikitablack
nikitablack
Well, as I learned today, the existence of host coherent memory doesn't guarantee that it's possible to bind to such memory. In other words, it's not enough to check that...
I was also sure that having a host coherent memory means I can safely use it for any type of object. It's a host memory after all, I can place...
I found this in `12.7. Resource Memory Association`: >If buffer is a VkBuffer not created with the VK_BUFFER_CREATE_SPARSE_BINDING_BIT bit set, or if image is linear image, then the memoryTypeBits member...
Hi. Thank you. It was my mistake - looking into library.swf of ane I thought that it contain away3d. I just add the whole source code for away3d and can...
Hello. What is the status of this issue? I can see the ImGuiDockNodeFlags_NoCentralNode flag in imgui.h but it's commented out. Does that mean that it's not possible to get rid...
Unfortunately, it's the same. Only `IM_ASSERT` fires now from another place.