mesa/src/mapi/u_current.h
Yonggang Luo 7f49abbdc0 mapi: Move shared _glapi_set_context and _glapi_set_dispatch into u_current.c
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Jose Fonseca <jfonseca@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17814>
2022-08-22 21:32:09 +00:00

6 lines
98 B
C

#ifndef _U_CURRENT_H_
#define _U_CURRENT_H_
#include "glapi/glapi.h"
#endif /* _U_CURRENT_H_ */