struct ati_fragment_shader was not defined anywhere, define it to get r300_vertexprog.c to compile.

This commit is contained in:
Vladimir Dergachev
2005-01-30 22:04:40 +00:00
parent b55117042f
commit 0cd936c01f
@@ -10,6 +10,9 @@
#define FLAG_MASK (1<<31)
#define OPN(operator, ip, op) {#operator, VP_OPCODE_##operator, ip, op}
#warning "This is just a hack to get everything to compile"
struct ati_fragment_shader {};
struct{
char *name;
int opcode;