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/gpu/GPU_matrix.h')
-rw-r--r--source/blender/gpu/GPU_matrix.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/blender/gpu/GPU_matrix.h b/source/blender/gpu/GPU_matrix.h
index 2d43d1ad573..9512587c754 100644
--- a/source/blender/gpu/GPU_matrix.h
+++ b/source/blender/gpu/GPU_matrix.h
@@ -43,11 +43,7 @@ extern "C" {
/* For now we support the legacy matrix stack in gpuGetMatrix functions.
* Will remove this after switching to core profile, which can happen after
* we convert all code to use the API in this file. */
-#ifdef WITH_GL_PROFILE_CORE
-# define SUPPORT_LEGACY_MATRIX 0
-#else
-# define SUPPORT_LEGACY_MATRIX 1
-#endif
+#define SUPPORT_LEGACY_MATRIX 0
void gpuMatrixReset(void); /* to Identity transform & empty stack */