Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mesa
Path: blob/21.2-virgl/src/gallium/frontends/wgl/stw_nopfuncs.h
4561 views
1
2
3
#ifndef STW_NOPFUNCS_H
4
#define STW_NOPFUNCS_H
5
6
7
PROC
8
stw_get_nop_function(const char *name);
9
10
11
#endif /* STW_NOPFUNCS_H */
12
13