SaschaWillems / vulkan.gpuinfo.org

Front-End and Back-End for the Vulkan Hardware Database
https://vulkan.gpuinfo.org
GNU Affero General Public License v3.0
25 stars 5 forks source link

Detailed Format Information #18

Closed ghost closed 3 years ago

ghost commented 7 years ago

The online database, http://vulkan.gpuinfo.org, does not show the detailed format information which is displayed by the vulkaninfo.exe tool. It would be nice to also be able to see this online.

One usage case for this is to easily be able to figure out what different vendors support beyond the mobile-friendly baseline support described here,

https://vulkan.lunarg.com/doc/view/1.0.26.0/linux/vkspec.chunked/ch31s03.html#features-required-format-support

The specific case which prompted this issue was getting general vendor visibility on if R8_UNORM and R16_UNORM is supported in optimalTiling for VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT for compute shaders writing to single-channel textures.

SaschaWillems commented 7 years ago

Right now this information is only visible on a single device, but I guess you're referring to the global format listing? I can imagine that a global display of the format features would be pretty useful, so I'll take a look into this.

kainino0x commented 4 years ago

FYI, the WebGPU community group would find this info incredibly useful, e.g. https://github.com/gpuweb/gpuweb/issues/652

SaschaWillems commented 3 years ago

A new update has been released with detailed format listings.