KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.34k stars 648 forks source link

Make sampler creation in texture loader optional #866

Closed SaschaWillems closed 5 months ago

SaschaWillems commented 11 months ago

As per the discussion in #PR850 we should adjust the texture loader so that creating a sampler is optional. That way a sample that uses a different sampler doesn't have to delete the one automatically created at texture loading.