Blender  V2.93
Public Attributes | List of all members
BLI_Buffer Struct Reference

#include <BLI_buffer.h>

Public Attributes

void * data
 
const size_t elem_size
 
size_t count
 
size_t alloc_count
 
int flag
 

Detailed Description

Definition at line 27 of file BLI_buffer.h.

Member Data Documentation

◆ alloc_count

size_t BLI_Buffer::alloc_count

Definition at line 30 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 29 of file BLI_buffer.h.

◆ flag

int BLI_Buffer::flag

Definition at line 31 of file BLI_buffer.h.


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