X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fglapi.py;h=b54a4bd1a90e52a05bdf7d2495e02f1db3b01ca9;hb=46a4839cd1b65981bec9f33b1d7978b821866a51;hp=5c1863001b9fa8e867d93dee160763664c0b4523;hpb=c636b9d7041f5046dd5bdc1b459b06979915dc79;p=apitrace diff --git a/specs/glapi.py b/specs/glapi.py index 5c18630..b54a4bd 100644 --- a/specs/glapi.py +++ b/specs/glapi.py @@ -2804,9 +2804,3 @@ glapi.add_functions([ # GL_WIN_swap_hint GlFunction(Void, "glAddSwapHintRectWIN", [(GLint, "x"), (GLint, "y"), (GLsizei, "width"), (GLsizei, "height")]), ]) - - -# memcpy's prototype. We don't really want to trace all memcpy calls -- just -# emit a few fake memcpy calls --, which is why the prototype is not together -# with the rest. -memcpy = Function(Void, "memcpy", [(GLmap, "dest"), (Blob(Const(Void), "n"), "src"), (SizeT, "n")])