[Bf-blender-cvs] [7ab8a3838c8] master: Cleanup: use nullptr.

Jeroen Bakker noreply at git.blender.org
Fri Apr 9 13:09:34 CEST 2021


Commit: 7ab8a3838c841ee0452420461de612d027b92e81
Author: Jeroen Bakker
Date:   Fri Apr 9 13:09:15 2021 +0200
Branches: master
https://developer.blender.org/rB7ab8a3838c841ee0452420461de612d027b92e81

Cleanup: use nullptr.

===================================================================

M	source/blender/gpu/tests/gpu_testing.cc

===================================================================

diff --git a/source/blender/gpu/tests/gpu_testing.cc b/source/blender/gpu/tests/gpu_testing.cc
index c193a19ad9c..b9fc78dc084 100644
--- a/source/blender/gpu/tests/gpu_testing.cc
+++ b/source/blender/gpu/tests/gpu_testing.cc
@@ -15,7 +15,7 @@ void GPUTest::SetUp()
   GHOST_GLSettings glSettings = {0};
   ghost_system = GHOST_CreateSystem();
   ghost_context = GHOST_CreateOpenGLContext(ghost_system, glSettings);
-  context = GPU_context_create(NULL);
+  context = GPU_context_create(nullptr);
   GPU_init();
 }



More information about the Bf-blender-cvs mailing list