Nabla icon indicating copy to clipboard operation
Nabla copied to clipboard

Additional Capabilities Report for Images/Buffer

Open Erfan-Ahmadi opened this issue 3 years ago • 1 comments

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

Erfan-Ahmadi avatar Jul 28 '22 14:07 Erfan-Ahmadi

I believe vkGetPhysicalDeviceExternalBufferProperties is taken care of in #517