Skip to content

Commit c5657e6

Browse files
theoreticalphysicsftwAnastaZIuk
authored andcommitted
Rename header guard marco in concepts.hlsl.
1 parent d10a8e8 commit c5657e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/nbl/builtin/hlsl/concepts.hlsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// This file is part of the "Nabla Engine".
33
// For conditions of distribution and use, see copyright notice in nabla.h
44

5-
#ifndef _NBL_BUILTIN_HLSL_CPP_COMPAT_CONCEPT_INCLUDED_
6-
#define _NBL_BUILTIN_HLSL_CPP_COMPAT_CONCEPT_INCLUDED_
5+
#ifndef _NBL_BUILTIN_HLSL_CONCEPTS_INCLUDED_
6+
#define _NBL_BUILTIN_HLSL_CONCEPTS_INCLUDED_
77

88
#include <nbl/builtin/hlsl/cpp_compat/vector.hlsl>
99
#include <nbl/builtin/hlsl/cpp_compat/matrix.hlsl>

0 commit comments

Comments
 (0)