Skip to content

Commit e583ce7

Browse files
author
devsh
committed
don't use LUT to convert float16_t to float32_t
1 parent b589f97 commit e583ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/nbl/builtin/hlsl/cpp_compat/vector.hlsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// stuff for C++
55
#ifndef __HLSL_VERSION
66
#include <stdint.h>
7+
#define IMATH_HALF_NO_LOOKUP_TABLE
78
#include <half.h>
89

910
#define GLM_FORCE_SWIZZLE

0 commit comments

Comments
 (0)