Unravel Engine C++ Reference
Loading...
Searching...
No Matches
gfx::fbo_key Struct Reference

#include <render_view_keys.h>

Public Attributes

std::string id
 User id.
 
std::vector< std::shared_ptr< texture > > textures
 

Detailed Description

Definition at line 24 of file render_view_keys.h.

Member Data Documentation

◆ id

std::string gfx::fbo_key::id

User id.

Definition at line 27 of file render_view_keys.h.

◆ textures

std::vector<std::shared_ptr<texture> > gfx::fbo_key::textures

Definition at line 29 of file render_view_keys.h.


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