RetroArch
Public Attributes | List of all members
stbrp_context Struct Reference

#include <stb_rect_pack.h>

Collaboration diagram for stbrp_context:
[legend]

Public Attributes

int width
 
int height
 
int align
 
int init_mode
 
int heuristic
 
int num_nodes
 
stbrp_nodeactive_head
 
stbrp_nodefree_head
 
stbrp_node extra [2]
 

Member Data Documentation

◆ active_head

stbrp_node* stbrp_context::active_head

◆ align

int stbrp_context::align

◆ extra

stbrp_node stbrp_context::extra[2]

◆ free_head

stbrp_node* stbrp_context::free_head

◆ height

int stbrp_context::height

◆ heuristic

int stbrp_context::heuristic

◆ init_mode

int stbrp_context::init_mode

◆ num_nodes

int stbrp_context::num_nodes

◆ width

int stbrp_context::width

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