mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-18 06:10:36 +01:00
Add a printf method to winsys. Not currently used.
This commit is contained in:
parent
6e3c01578e
commit
af25ca6e69
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ struct pipe_buffer_handle;
|
|||
|
||||
struct softpipe_winsys {
|
||||
|
||||
/* debug output
|
||||
*/
|
||||
void (*printf)( const char *, ... );
|
||||
|
||||
|
||||
/* The buffer manager is modeled after the dri_bugmgr interface,
|
||||
* but this is the subset that softpipe cares about. Remember that
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue