|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| GPUMatrixState * | GPU_matrix_state_create () |
| void | GPU_matrix_state_discard (GPUMatrixState *state) |
| GPUMatrixState * GPU_matrix_state_create | ( | ) |
Definition at line 55 of file gpu_matrix.cc.
References MATRIX_4X4_IDENTITY, MEM_mallocN, and state.
Referenced by blender::gpu::Context::Context().
| void GPU_matrix_state_discard | ( | GPUMatrixState * | state | ) |
Definition at line 76 of file gpu_matrix.cc.
References MEM_freeN(), and state.
Referenced by blender::gpu::Context::~Context().