Monado OpenXR Runtime
u_pp_sink_stack_only Struct Reference

Stack only pretty printer sink, no need to free, must be inited before use. More...

#include <util/u_pretty_print.h>

Collaboration diagram for u_pp_sink_stack_only:

Data Fields

size_t used
 How much of the buffer is used. More...
 
char buffer [1024 *8]
 Storage for the sink. More...
 

Detailed Description

Stack only pretty printer sink, no need to free, must be inited before use.

Field Documentation

◆ buffer

char u_pp_sink_stack_only::buffer[1024 *8]

Storage for the sink.

◆ used

size_t u_pp_sink_stack_only::used

How much of the buffer is used.


The documentation for this struct was generated from the following file: