|
Blender
V3.3
|
Public Attributes | |
| struct ZstdFrame * | next |
| struct ZstdFrame * | prev |
| uint32_t | compressed_size |
| uint32_t | uncompressed_size |
Definition at line 152 of file writefile.c.
| uint32_t ZstdFrame::compressed_size |
Definition at line 155 of file writefile.c.
Referenced by zstd_write_task().
| struct ZstdFrame* ZstdFrame::next |
Definition at line 153 of file writefile.c.
| struct ZstdFrame * ZstdFrame::prev |
Definition at line 153 of file writefile.c.
| uint32_t ZstdFrame::uncompressed_size |
Definition at line 156 of file writefile.c.
Referenced by zstd_write_task().