Monado OpenXR Runtime
u_var_histogram_f32 Struct Reference

Histogram based on single precision bars. More...

#include <util/u_var.h>

Collaboration diagram for u_var_histogram_f32:

Data Fields

float * values
 Bin heights. More...
 
int count
 Number of bins. More...
 
float width
 Widget width or 0 for auto. More...
 
float height
 Widget height or 0 for auto. More...
 

Detailed Description

Histogram based on single precision bars.

Field Documentation

◆ count

int u_var_histogram_f32::count

Number of bins.

◆ height

float u_var_histogram_f32::height

Widget height or 0 for auto.

◆ values

float* u_var_histogram_f32::values

Bin heights.

◆ width

float u_var_histogram_f32::width

Widget width or 0 for auto.


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