AlbinBernhardssonARM
Results
2
comments of
AlbinBernhardssonARM
Some Vulkan background: Memory allocated from a type with `VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT` is lazily allocated. Such memory can only be bound to `VkImage`s created with `VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT`. This usage can only be combined...
> @cwfitzgerald good to take that into account! > > However, it's not clear to me how these different cases of "no attributes" should be mapped to the [API in...