mesa/src/gallium/drivers/r300/r300_public.h

20 lines
334 B
C
Raw Normal View History

2010-06-06 11:56:23 +01:00
#ifndef R300_PUBLIC_H
#define R300_PUBLIC_H
#ifdef __cplusplus
extern "C" {
#endif
struct radeon_winsys;
struct pipe_screen_config;
2010-06-06 11:56:23 +01:00
struct pipe_screen* r300_screen_create(struct radeon_winsys *rws,
const struct pipe_screen_config *config);
2010-06-06 11:56:23 +01:00
#ifdef __cplusplus
} // extern "C"
#endif
2010-06-06 11:56:23 +01:00
#endif