opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
liboscar
graphics
snorm8.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
liboscar/graphics/snorm.h
>
4
5
#include <cstdint>
6
7
namespace
osc
8
{
9
// A normalized signed 8-bit integer that can be used to store a floating-point
10
// number in the (clamped) range [-1.0f, 1.0f]
11
//
12
// see: https://www.khronos.org/opengl/wiki/Normalized_Integer
13
using
Snorm8
=
Snorm<int8_t>
;
14
}
osc::Snorm
Definition
snorm.h:17
osc
Definition
custom_decoration_generator.h:5
snorm.h
Generated by
1.9.8