Skip to content

Port material texture optimization to Vulkan

Rafał Mikrut requested to merge github/fork/clayjohn/vulkan into vulkan

Created by: clayjohn

Ports the useful parts of https://github.com/godotengine/godot/pull/33097 into Vulkan

This avoids creating sampler2D uniforms for roughness and metallic textures when not used.

Merge request reports