commit | 217349426200e2f72988fe7c77e3550fd7233464 | [log] [tgz] |
---|---|---|
author | Jon Ashburn <jon@lunarg.com> | Fri Oct 17 15:31:22 2014 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Oct 29 18:01:59 2014 -0600 |
tree | 04f5b41229348bcae765e3b3676f03c979a848d6 | |
parent | b55278a844809ce0ce5e6ea6da57139372473633 [diff] [blame] |
Change GetProcAddr function signature to use XGL types. Fix bug in GPA for basic_plugin.c .
diff --git a/xgl.py b/xgl.py index dbdd063..857eea7 100644 --- a/xgl.py +++ b/xgl.py
@@ -87,7 +87,7 @@ # XGL core API core = ( - Proto("void *", "GetProcAddr", + Proto("XGL_VOID *", "GetProcAddr", (Param("XGL_PHYSICAL_GPU", "gpu"), Param("const XGL_CHAR*", "pName"))),