Closed
Description
Vulkan exposes bindless textures through the shaderSampledImageArrayDynamicIndexing
extension, and most implementations support it. I saw that gfx_hal
lists it as an optional feature. My question is, is there a way to actually use it from wgpu
? That extension would improve the performance of 2D games for example.