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

#include <BLI_buffer.h>

Public Attributes

voiddata
 
const size_t elem_size
 
size_t count
 
size_t alloc_count
 
int flag
 

Detailed Description

Definition at line 13 of file BLI_buffer.h.

Member Data Documentation

◆ alloc_count

size_t BLI_Buffer::alloc_count

Definition at line 16 of file BLI_buffer.h.

Referenced by pbvh_bmesh_edge_loops().

◆ count

size_t BLI_Buffer::count

◆ data

void* BLI_Buffer::data

◆ elem_size

const size_t BLI_Buffer::elem_size

Definition at line 15 of file BLI_buffer.h.

◆ flag

int BLI_Buffer::flag

Definition at line 17 of file BLI_buffer.h.


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