Vulkan-Samples
Vulkan-Samples copied to clipboard
Framework and most samples are assuming linear filtering is supported for all formats, but should be checking
Most of the samples, and parts of the framework, just build samplers using linear filtering and mipmap-modes. This is only guaranteed to be supported for a handful of formats. On my hardware this results in a large number of validation errors.
I have a (fairly large) PR ready that addresses these issues, which I'll push shortly.