mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 22:30:12 +01:00
vega: Remove extraneous ;
This commit is contained in:
parent
792caebced
commit
6f7c8c3cbf
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ struct renderer {
|
||||||
struct pipe_framebuffer_state fb;
|
struct pipe_framebuffer_state fb;
|
||||||
} g3d;
|
} g3d;
|
||||||
|
|
||||||
struct pipe_resource *vs_cbuf;;
|
struct pipe_resource *vs_cbuf;
|
||||||
VGfloat vs_cbuf_data[8];
|
VGfloat vs_cbuf_data[8];
|
||||||
|
|
||||||
struct pipe_resource *fs_cbuf;
|
struct pipe_resource *fs_cbuf;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue