Blender V4.3
BLI_Buffer Struct Reference

#include <BLI_buffer.h>

Public Attributes

void * data
 
size_t elem_size
 
size_t count
 
size_t alloc_count
 
int flag
 

Detailed Description

Definition at line 15 of file BLI_buffer.h.

Member Data Documentation

◆ alloc_count

size_t BLI_Buffer::alloc_count

Definition at line 18 of file BLI_buffer.h.

Referenced by BLI_buffer_reinit(), and BLI_buffer_resize().

◆ count

◆ data

◆ elem_size

size_t BLI_Buffer::elem_size

◆ flag

int BLI_Buffer::flag

Definition at line 19 of file BLI_buffer.h.

Referenced by _bli_buffer_free(), BLI_buffer_reinit(), and BLI_buffer_resize().


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