gallium: added width, height to pipe_framebuffer_state

This commit is contained in:
Brian 2008-03-20 15:01:44 -06:00
parent f6cd3778c5
commit 80567f9c9f

View file

@ -220,6 +220,8 @@ struct pipe_blend_color
struct pipe_framebuffer_state
{
unsigned width, height;
/** multiple colorbuffers for multiple render targets */
unsigned num_cbufs;
struct pipe_surface *cbufs[PIPE_MAX_COLOR_BUFS];