pub fn validate_graphics_backend_applicability(
    backend: Backend
) -> Result<(), &'static str>
Expand description

Validates that the given backend is applicable for the current build.

This is meant as a sanity check of first resort. There are still many other reasons why a backend may not work on a given platform/build combination.