Blender V4.5
WriteData::[struct].buffer Struct Reference

Public Attributes

ucharbuf
size_t used_len
size_t max_size
size_t chunk_size

Detailed Description

Definition at line 414 of file writefile.cc.

Member Data Documentation

◆ buf

Use for file and memory writing (size stored in max_size).

◆ chunk_size

size_t WriteData::[struct].buffer chunk_size

Threshold above which writes get their own chunk.

◆ max_size

size_t WriteData::[struct].buffer max_size

Maximum size of the buffer.

◆ used_len

size_t WriteData::[struct].buffer used_len

Number of bytes used in #WriteData.buf (flushed when exceeded).


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