rename a few structs (use _state suffix consistantly), reorder/sort fields in some structs
This commit is contained in:
@@ -100,12 +100,12 @@ struct pipe_poly_stipple {
|
||||
};
|
||||
|
||||
|
||||
struct pipe_viewport {
|
||||
struct pipe_viewport_state {
|
||||
GLfloat scale[4];
|
||||
GLfloat translate[4];
|
||||
};
|
||||
|
||||
struct pipe_scissor_rect {
|
||||
struct pipe_scissor_state {
|
||||
GLshort minx;
|
||||
GLshort miny;
|
||||
GLshort maxx;
|
||||
|
Reference in New Issue
Block a user