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

Public Attributes

int static_storage [64]
 
int static_storage_size
 
int * heap_storage
 
int heap_storage_size
 

Detailed Description

Definition at line 353 of file subdiv_ccg.c.

Member Data Documentation

◆ heap_storage

int* StaticOrHeapIntStorage::heap_storage

◆ heap_storage_size

int StaticOrHeapIntStorage::heap_storage_size

Definition at line 357 of file subdiv_ccg.c.

Referenced by static_or_heap_storage_get(), and static_or_heap_storage_init().

◆ static_storage

int StaticOrHeapIntStorage::static_storage[64]

Definition at line 354 of file subdiv_ccg.c.

Referenced by static_or_heap_storage_get(), and static_or_heap_storage_init().

◆ static_storage_size

int StaticOrHeapIntStorage::static_storage_size

Definition at line 355 of file subdiv_ccg.c.

Referenced by static_or_heap_storage_init().


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