Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mesa
Path: blob/21.2-virgl/src/gallium/drivers/r300/r300_public.h
4570 views
1
2
#ifndef R300_PUBLIC_H
3
#define R300_PUBLIC_H
4
5
#ifdef __cplusplus
6
extern "C" {
7
#endif
8
9
struct radeon_winsys;
10
struct pipe_screen_config;
11
12
struct pipe_screen* r300_screen_create(struct radeon_winsys *rws,
13
const struct pipe_screen_config *config);
14
15
#ifdef __cplusplus
16
} // extern "C"
17
#endif
18
19
#endif
20
21