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:
authorJulian Eisel <eiseljulian@gmail.com>2016-10-22 01:30:28 +0300
committerJulian Eisel <eiseljulian@gmail.com>2016-10-22 01:30:28 +0300
commit46257e01a7ebd67f1775e5d151c50401bf9b86ba (patch)
treef5f7b6ef188ab516551e29e01731d34f848f8bac /source/blenderplayer
parent5ff586610a47aa26ed388270c9a26487c553f1f1 (diff)
Fix compiling with blenderplayer (once again...)
Diffstat (limited to 'source/blenderplayer')
-rw-r--r--source/blenderplayer/bad_level_call_stubs/stubs.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index aabcad65750..d896801357f 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -781,12 +781,6 @@ bool RE_RenderResult_is_stereo(RenderResult *res) RET_ZERO
void uiTemplateImageViews(uiLayout *layout, struct PointerRNA *imfptr) RET_NONE
/* GPU */
-void gpuMatrixBegin3D_legacy(void) RET_NONE
-void gpuMatrixEnd() RET_NONE
-void gpuMultMatrix3D(const float m[4][4]) RET_NONE
-void gpuTranslate3fv(const float vec[3]) RET_NONE
-void gpuScale3fv(const float vec[3]) RET_NONE
-void gpuRotateAxis(float deg, char axis) RET_NONE
void immBindBuiltinProgram(GPUBuiltinShader shader_id) RET_NONE
#endif // WITH_GAMEENGINE