X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fnogl%2FnoGLSTUB.inc;h=5fa0e47d7539c8245c4135873f315cc691cd41b6;hp=e0150b64724d2b7bec47997c677d4b1db1ff98b0;hb=e6a3d6009b888d4d31b9efba92ec67ee41e90be0;hpb=0f3497482f06d52b2fe047b568790897e1ed1644 diff --git a/src/nogl/noGLSTUB.inc b/src/nogl/noGLSTUB.inc index e0150b6..5fa0e47 100644 --- a/src/nogl/noGLSTUB.inc +++ b/src/nogl/noGLSTUB.inc @@ -18,6 +18,11 @@ implementation result := '' end; + function glGetError: GLenum; + begin + result := GL_NO_ERROR + end; + procedure glClearColor(red, green, blue, alpha: GLclampf); begin end;