diff options
Diffstat (limited to 'src/gallium/drivers/swr/swr_state.h')
-rw-r--r-- | src/gallium/drivers/swr/swr_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/swr_state.h b/src/gallium/drivers/swr/swr_state.h index dcb1145a362..0e3b49d2b0d 100644 --- a/src/gallium/drivers/swr/swr_state.h +++ b/src/gallium/drivers/swr/swr_state.h @@ -87,7 +87,7 @@ struct swr_blend_state { struct swr_derived_state { SWR_RASTSTATE rastState; SWR_VIEWPORT vp; - SWR_VIEWPORT_MATRIX vpm; + SWR_VIEWPORT_MATRICES vpm; }; void swr_update_derived(struct pipe_context *, |