Skip to content

Commit 99efe2a

Browse files
author
devsh
committed
fix include bug of beziers.hlsl tested with CAD playground example
1 parent 7077a04 commit 99efe2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/nbl/builtin/hlsl/shapes/beziers.hlsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <nbl/builtin/hlsl/portable/vector_t.hlsl>
1515
#include <nbl/builtin/hlsl/portable/matrix_t.hlsl>
1616

17+
#include <nbl/builtin/hlsl/shapes/line.hlsl>
1718

1819
namespace nbl
1920
{

0 commit comments

Comments
 (0)