Sha256: 0ced94d49eb7bdcc087185735494c0a1f6e33bea558d4d6152c282d3afbba0aa

Contents?: true

Size: 305 Bytes

Versions: 21

Compression:

Stored size: 305 Bytes

Contents

/// @ref core
/// @file glm/detail/type_half.hpp

#pragma once

#include "setup.hpp"

namespace glm{
namespace detail
{
	typedef short hdata;

	GLM_FUNC_DECL float toFloat32(hdata value);
	GLM_FUNC_DECL hdata toFloat16(float const & value);

}//namespace detail
}//namespace glm

#include "type_half.inl"

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
pixo-0.1.0 ext/pixo/ext/glm/glm/detail/type_half.hpp