Blender
V3.3
|
#include <BLI_boxpack_2d.h>
Public Attributes | |
struct FixedSizeBoxPack * | next |
struct FixedSizeBoxPack * | prev |
int | x |
int | y |
int | w |
int | h |
Definition at line 47 of file BLI_boxpack_2d.h.
int FixedSizeBoxPack::h |
Definition at line 50 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d_fixedarea(), and gpu_texture_create_tile_array().
struct FixedSizeBoxPack* FixedSizeBoxPack::next |
Definition at line 48 of file BLI_boxpack_2d.h.
struct FixedSizeBoxPack * FixedSizeBoxPack::prev |
Definition at line 48 of file BLI_boxpack_2d.h.
int FixedSizeBoxPack::w |
Definition at line 50 of file BLI_boxpack_2d.h.
Referenced by BLI_box_pack_2d_fixedarea(), and gpu_texture_create_tile_array().
int FixedSizeBoxPack::x |
Definition at line 49 of file BLI_boxpack_2d.h.
int FixedSizeBoxPack::y |
Definition at line 49 of file BLI_boxpack_2d.h.