diff options
Diffstat (limited to 'src/mesa/shader/nvvertprog.h')
-rw-r--r-- | src/mesa/shader/nvvertprog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/shader/nvvertprog.h b/src/mesa/shader/nvvertprog.h index b8dbe363134..994a324f8fc 100644 --- a/src/mesa/shader/nvvertprog.h +++ b/src/mesa/shader/nvvertprog.h @@ -108,4 +108,8 @@ struct vp_instruction }; +extern void +_mesa_init_vp_instruction(struct vp_instruction *inst); + + #endif /* VERTPROG_H */ |