Skip to content
Snippets Groups Projects
Commit 005fe3bc authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

glOrtho and glViewport added.

Rev: src/post_modules/GL/features.pike:1.3
parent ac9c6a11
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ array funcV = ({
array func_misc = ({
({"glClearColor", "V+FFFF"}),
({"glFrustum", "VDDDDDD"}),
({"glOrtho", "VDDDDDD"}),
({"glViewport", "VIIII"}),
({"glTranslate", "V!RRR"}),
({"glScale", "V!RRR"}),
({"glRotate", "V!RRRR"}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment