summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_public.h
blob: d2300103aaa9fb76d71d348256cc91739b3b5109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#ifndef R300_PUBLIC_H
#define R300_PUBLIC_H

#ifdef __cplusplus
extern "C" {
#endif

struct radeon_winsys;

struct pipe_screen* r300_screen_create(struct radeon_winsys *rws, unsigned flags);

#ifdef __cplusplus
} // extern "C"
#endif

#endif