mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
gallium: added width, height to pipe_framebuffer_state
This commit is contained in:
parent
f6cd3778c5
commit
80567f9c9f
1 changed files with 2 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue