pub fn material_uses_bindless_resources<M>(render_device: &RenderDevice) -> boolwhere
M: Material,
Expand description
Returns true if the material will actually use bindless resources or false if it won’t.
This takes the platform support (or lack thereof) for bindless resources into account.