diff options
Diffstat (limited to 'src/mesa/swrast/s_arbshader.h')
-rw-r--r-- | src/mesa/swrast/s_arbshader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_arbshader.h b/src/mesa/swrast/s_arbshader.h index 7cce6f83625..805cd4da38f 100644 --- a/src/mesa/swrast/s_arbshader.h +++ b/src/mesa/swrast/s_arbshader.h @@ -28,7 +28,11 @@ #include "s_context.h" +#if FEATURE_ARB_fragment_shader + extern void _swrast_exec_arbshader (GLcontext *ctx, struct sw_span *span); +#endif /* FEATURE_ARB_fragment_shader */ + #endif |