mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-18 01:50:40 +01:00
pipe: place struct util_debug_callback at the proper place in p_context.h
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15657>
This commit is contained in:
parent
2ca6ef22f7
commit
dca7ea4a12
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ struct pipe_blit_info;
|
|||
struct pipe_box;
|
||||
struct pipe_clip_state;
|
||||
struct pipe_constant_buffer;
|
||||
struct util_debug_callback;
|
||||
struct pipe_depth_stencil_alpha_state;
|
||||
struct pipe_device_reset_callback;
|
||||
struct pipe_draw_info;
|
||||
|
|
@ -81,6 +80,7 @@ union pipe_color_union;
|
|||
union pipe_query_result;
|
||||
struct u_log_context;
|
||||
struct u_upload_mgr;
|
||||
struct util_debug_callback;
|
||||
|
||||
/**
|
||||
* Gallium rendering context. Basically:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue