Skip to content

Commit d3d1c90

Browse files
committed
Change included file ifndef and define to BINOPS instead of MACROS
1 parent faf0901 commit d3d1c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/nbl/builtin/hlsl/binops.hlsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (C) 2022 - DevSH Graphics Programming Sp. z O.O.
22
// This file is part of the "Nabla Engine".
33
// 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_
4+
#ifndef _NBL_BUILTIN_HLSL_BINOPS_INCLUDED_
5+
#define _NBL_BUILTIN_HLSL_BINOPS_INCLUDED_
66
// TODO (PentaKon): Should this file be renamed to binops.hlsl ?
77
// TODO (PentaKon): Should we move isNPoT from algorithm.hlsl to this file ?
88
namespace nbl

0 commit comments

Comments
 (0)