12namespace format_search_flags
auto to_string(texture_format fmt) -> std::string
auto is_format_supported(uint16_t flags, texture_format format) -> bool
bgfx::TextureFormat::Enum texture_format
auto get_format_info(texture_format fmt) -> format_details
auto get_default_rt_sampler_flags() -> uint64_t
auto get_best_format(std::uint16_t type_flags, std::uint32_t search_flags) -> texture_format