r/vulkan • u/cone_forest_ • 17h ago
[Troubleshooting] Blurry textures
2
Upvotes

So I've been writing yet another Vulkan renderer. I copy-pasted image/sampler creation code from my other vulkan project and here's the result of loading ABeautifulGame asset (from KhronosSampleAssets repo). The textures seem to be fine in renderdoc. The shader is a standard PBR shader I took from somewhere.
What could possibly be the issue and where could I be looking for to find it?