Rerun C++ SDK
Loading...
Searching...
No Matches
half.hpp
1
#pragma once
2
3
#include <cstdint>
4
5
namespace
rerun
{
6
/// IEEE 754 16-bit half-precision floating point number.
7
struct
half
{
8
uint16_t f16;
9
};
10
}
// namespace rerun
rerun
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition
rerun.hpp:22
rerun::half
IEEE 754 16-bit half-precision floating point number.
Definition
half.hpp:7
rerun
half.hpp
Generated by
1.9.7