opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
snorm8.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <cstdint>
6
7namespace 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
14}
Definition snorm.h:17
Definition custom_decoration_generator.h:5