Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_draw.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_draw.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/editors/space_view3d/view3d_draw.c b/source/blender/editors/space_view3d/view3d_draw.c
index 0aad272eaa4..33448a577a8 100644
--- a/source/blender/editors/space_view3d/view3d_draw.c
+++ b/source/blender/editors/space_view3d/view3d_draw.c
@@ -812,7 +812,7 @@ static bool view3d_draw_render_draw(const bContext *C, Scene *scene,
static void view3d_draw_background_gradient(void)
{
- gpuMatrixBegin3D(); /* TODO: finish 2D API */
+ /* TODO: finish 2D API & draw background with that */
glClear(GL_DEPTH_BUFFER_BIT);
@@ -837,8 +837,6 @@ static void view3d_draw_background_gradient(void)
immEnd();
immUnbindProgram();
-
- gpuMatrixEnd();
}
static void view3d_draw_background_none(void)