Blender  V3.3
Public Attributes | List of all members
FixedSizeBoxPack Struct Reference

#include <BLI_boxpack_2d.h>

Public Attributes

struct FixedSizeBoxPacknext
 
struct FixedSizeBoxPackprev
 
int x
 
int y
 
int w
 
int h
 

Detailed Description

Definition at line 47 of file BLI_boxpack_2d.h.

Member Data Documentation

◆ 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().

◆ next

struct FixedSizeBoxPack* FixedSizeBoxPack::next

Definition at line 48 of file BLI_boxpack_2d.h.

◆ prev

struct FixedSizeBoxPack * FixedSizeBoxPack::prev

Definition at line 48 of file BLI_boxpack_2d.h.

◆ w

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().

◆ x

int FixedSizeBoxPack::x

Definition at line 49 of file BLI_boxpack_2d.h.

◆ y

int FixedSizeBoxPack::y

Definition at line 49 of file BLI_boxpack_2d.h.


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