|
Blender
V2.93
|
#include <svm.h>
Public Member Functions | |
| Stack () | |
| Stack (const Stack &other) | |
| Stack & | operator= (const Stack &other) |
| bool | empty () |
| void | print () |
Public Attributes | |
| int | users [SVM_STACK_SIZE] |
Definition at line 130 of file render/svm.h.
|
inline |
Definition at line 131 of file render/svm.h.
References users.
|
inline |
Definition at line 135 of file render/svm.h.
References users.
|
inline |
Definition at line 145 of file render/svm.h.
References SVM_STACK_SIZE, and users.
Definition at line 139 of file render/svm.h.
References users.
|
inline |
Definition at line 154 of file render/svm.h.
References SVM_STACK_SIZE, and users.
| int SVMCompiler::Stack::users[SVM_STACK_SIZE] |
Definition at line 164 of file render/svm.h.
Referenced by empty(), operator=(), print(), Stack(), SVMCompiler::stack_clear_offset(), SVMCompiler::stack_find_offset(), and SVMCompiler::stack_link().