We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf0901 commit d3d1c90Copy full SHA for d3d1c90
include/nbl/builtin/hlsl/binops.hlsl
@@ -1,8 +1,8 @@
1
// Copyright (C) 2022 - DevSH Graphics Programming Sp. z O.O.
2
// This file is part of the "Nabla Engine".
3
// For conditions of distribution and use, see copyright notice in nabla.h
4
-#ifndef _NBL_BUILTIN_HLSL_MACROS_INCLUDED_
5
-#define _NBL_BUILTIN_HLSL_MACROS_INCLUDED_
+#ifndef _NBL_BUILTIN_HLSL_BINOPS_INCLUDED_
+#define _NBL_BUILTIN_HLSL_BINOPS_INCLUDED_
6
// TODO (PentaKon): Should this file be renamed to binops.hlsl ?
7
// TODO (PentaKon): Should we move isNPoT from algorithm.hlsl to this file ?
8
namespace nbl
0 commit comments