Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/gpu/gpu_py_offscreen.c
| Show First 20 Lines • Show All 263 Lines • ▼ Show 20 Lines | ED_view3d_draw_offscreen(depsgraph, | ||||
| GPU_offscreen_height(self->ofs), | GPU_offscreen_height(self->ofs), | ||||
| (float(*)[4])py_mat_view->matrix, | (float(*)[4])py_mat_view->matrix, | ||||
| (float(*)[4])py_mat_projection->matrix, | (float(*)[4])py_mat_projection->matrix, | ||||
| true, | true, | ||||
| true, | true, | ||||
| "", | "", | ||||
| false, | false, | ||||
| self->ofs, | self->ofs, | ||||
| NULL, | |||||
| NULL); | NULL); | ||||
| GPU_offscreen_unbind(self->ofs, true); | GPU_offscreen_unbind(self->ofs, true); | ||||
| if (is_bgl) { | if (is_bgl) { | ||||
| GPU_bgl_start(); | GPU_bgl_start(); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 102 Lines • Show Last 20 Lines | |||||