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