You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
302 B
14 lines
302 B
|
|
#ifndef R600_BLIT_SHADERS_H
|
|
#define R600_BLIT_SHADERS_H
|
|
|
|
extern const u32 r6xx_ps[];
|
|
extern const u32 r6xx_vs[];
|
|
extern const u32 r7xx_default_state[];
|
|
extern const u32 r6xx_default_state[];
|
|
|
|
|
|
extern const u32 r6xx_ps_size, r6xx_vs_size;
|
|
extern const u32 r6xx_default_size, r7xx_default_size;
|
|
|
|
#endif
|
|
|