Unravel Engine C++ Reference
Loading...
Searching...
No Matches
gfx::texture_key Struct 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.
 

Detailed Description

Definition at line 12 of file render_view_keys.h.

Member Data Documentation

◆ flags

std::uint64_t gfx::texture_key::flags = BGFX_TEXTURE_NONE

Creation flags.

Definition at line 19 of file render_view_keys.h.

◆ id

std::string gfx::texture_key::id

User id.

Definition at line 15 of file render_view_keys.h.

◆ info

texture_info gfx::texture_key::info

Texture detail info.

Definition at line 17 of file render_view_keys.h.

◆ ratio

backbuffer_ratio gfx::texture_key::ratio = backbuffer_ratio::Count

Back buffer ratio if any.

Definition at line 21 of file render_view_keys.h.


The documentation for this struct was generated from the following file: