diff options
Diffstat (limited to 'src/mesa/swrast/s_fragprog.h')
-rw-r--r-- | src/mesa/swrast/s_fragprog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_fragprog.h b/src/mesa/swrast/s_fragprog.h index 62a68361769..ac1f5ff4cf4 100644 --- a/src/mesa/swrast/s_fragprog.h +++ b/src/mesa/swrast/s_fragprog.h @@ -31,6 +31,8 @@ struct gl_context; +GLboolean +_swrast_use_fragment_program(struct gl_context *ctx); extern void _swrast_exec_fragment_program(struct gl_context *ctx, SWspan *span); |