Blender V4.3
GPUMatrixState Struct Reference

Public Attributes

MatrixStack model_view_stack
 
MatrixStack projection_stack
 
bool dirty
 

Detailed Description

Definition at line 35 of file gpu_matrix.cc.

Member Data Documentation

◆ dirty

bool GPUMatrixState::dirty

Definition at line 39 of file gpu_matrix.cc.

Referenced by GPU_matrix_dirty_get(), and gpu_matrix_state_active_set_dirty().

◆ model_view_stack

MatrixStack GPUMatrixState::model_view_stack

Definition at line 36 of file gpu_matrix.cc.

Referenced by GPU_matrix_reset().

◆ projection_stack

MatrixStack GPUMatrixState::projection_stack

Definition at line 37 of file gpu_matrix.cc.


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