diff options
Diffstat (limited to 'src/gallium/auxiliary/hud/hud_context.h')
-rw-r--r-- | src/gallium/auxiliary/hud/hud_context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/hud/hud_context.h b/src/gallium/auxiliary/hud/hud_context.h index 128d4ef9ab8..99e6f8d7e67 100644 --- a/src/gallium/auxiliary/hud/hud_context.h +++ b/src/gallium/auxiliary/hud/hud_context.h @@ -45,6 +45,9 @@ hud_run(struct hud_context *hud, struct cso_context *cso, struct pipe_resource *tex); void +hud_record_only(struct hud_context *hud, struct pipe_context *pipe); + +void hud_add_queue_for_monitoring(struct hud_context *hud, struct util_queue_monitoring *queue_info); |