0.9.9 API documenation
|
Go to the source code of this file.
Typedefs | |
typedef detail::highp_int_t | highp_int |
High precision signed integer. More... | |
typedef detail::highp_uint_t | highp_uint |
High precision unsigned integer. More... | |
typedef detail::int16 | int16 |
16 bit signed integer type. More... | |
typedef detail::int32 | int32 |
32 bit signed integer type. More... | |
typedef detail::int64 | int64 |
64 bit signed integer type. More... | |
typedef detail::int8 | int8 |
8 bit signed integer type. More... | |
typedef detail::lowp_int_t | lowp_int |
Low precision signed integer. More... | |
typedef detail::lowp_uint_t | lowp_uint |
Low precision unsigned integer. More... | |
typedef detail::mediump_int_t | mediump_int |
Medium precision signed integer. More... | |
typedef detail::mediump_uint_t | mediump_uint |
Medium precision unsigned integer. More... | |
typedef unsigned int | uint |
Unsigned integer type. More... | |
typedef detail::uint16 | uint16 |
16 bit unsigned integer type. More... | |
typedef detail::uint32 | uint32 |
32 bit unsigned integer type. More... | |
typedef detail::uint64 | uint64 |
64 bit unsigned integer type. More... | |
typedef detail::uint8 | uint8 |
8 bit unsigned integer type. More... | |
Definition in file type_int.hpp.