Banuba SDK
Loading...
Searching...
No Matches
render_backend_type.hpp File Reference
#include <functional>

Go to the source code of this file.

Enumerations

enum class  render_backend_type : int { opengl , metal }
 

Enumeration Type Documentation

◆ render_backend_type

enum class bnb::interfaces::render_backend_type : int
strong

Definition at line 14 of file render_backend_type.hpp.

14 : int {
15 opengl,
16 metal,
17};