Vulkan-Samples icon indicating copy to clipboard operation
Vulkan-Samples copied to clipboard

Framework and most samples are assuming linear filtering is supported for all formats, but should be checking

Open gary-sweet opened this issue 1 year ago • 0 comments

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.

gary-sweet avatar Feb 20 '24 08:02 gary-sweet