struct stbrp_context
Overview
#include <imstb_rectpack.h> struct stbrp_context { // fields int width; int height; int align; int init_mode; int heuristic; int num_nodes; stbrp_node* active_head; stbrp_node* free_head; stbrp_node extra[2]; };
#include <imstb_rectpack.h> struct stbrp_context { // fields int width; int height; int align; int init_mode; int heuristic; int num_nodes; stbrp_node* active_head; stbrp_node* free_head; stbrp_node extra[2]; };