Cleanup: expose struct for ED_view3d_mats_rv3d_*

This commit is contained in:
2017-03-04 13:32:40 +11:00
parent 7b92b64742
commit 6b9d73e8a7
3 changed files with 6 additions and 6 deletions

View File

@@ -202,7 +202,7 @@ static PyObject *pygpu_offscreen_draw_view3d(BPy_GPUOffScreen *self, PyObject *a
ARegion *ar;
GPUFX *fx;
GPUFXSettings fx_settings;
void *rv3d_mats;
struct RV3DMatrixStore *rv3d_mats;
BPY_GPU_OFFSCREEN_CHECK_OBJ(self);