Nabla
Nabla copied to clipboard
Additional Capabilities Report for Images/Buffer
Description
vkGetPhysicalDeviceImageFormatProperties2
right now, we don't care about the image type and we should, we only care about format, tiling, and the usage this function input need image flags as well which has many combinations, so this can be simply a function instead of a cached array in Nabla (not yet decided)
vkGetPhysicalDeviceExternalBufferProperties
Usage for external/imported buffers, not so important right now
I believe vkGetPhysicalDeviceExternalBufferProperties is taken care of in #517