|
Unravel Engine C++ Reference
|
#include <render_view_keys.h>
Public Attributes | |
| std::string | id |
| User id. | |
| texture_info | info |
| Texture detail info. | |
| std::uint64_t | flags = BGFX_TEXTURE_NONE |
| Creation flags. | |
| backbuffer_ratio | ratio = backbuffer_ratio::Count |
| Back buffer ratio if any. | |
Definition at line 12 of file render_view_keys.h.
| std::uint64_t gfx::texture_key::flags = BGFX_TEXTURE_NONE |
Creation flags.
Definition at line 19 of file render_view_keys.h.
| std::string gfx::texture_key::id |
User id.
Definition at line 15 of file render_view_keys.h.
| texture_info gfx::texture_key::info |
Texture detail info.
Definition at line 17 of file render_view_keys.h.
| backbuffer_ratio gfx::texture_key::ratio = backbuffer_ratio::Count |
Back buffer ratio if any.
Definition at line 21 of file render_view_keys.h.