Skip to content

Commit 41dd80c

Browse files
mark a TODO for self
1 parent 956d5d6 commit 41dd80c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

include/nbl/asset/filters/CSwizzleAndConvertImageFilter.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// Copyright (C) 2018-2020 - 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-
5-
#ifndef __NBL_ASSET_C_SWIZZLE_AND_CONVERT_IMAGE_FILTER_H_INCLUDED__
6-
#define __NBL_ASSET_C_SWIZZLE_AND_CONVERT_IMAGE_FILTER_H_INCLUDED__
4+
#ifndef _NBL_ASSET_C_SWIZZLE_AND_CONVERT_IMAGE_FILTER_H_INCLUDED_
5+
#define _NBL_ASSET_C_SWIZZLE_AND_CONVERT_IMAGE_FILTER_H_INCLUDED_
76

87
#include "nbl/core/declarations.h"
98

@@ -18,7 +17,7 @@
1817
namespace nbl::asset
1918
{
2019

21-
20+
// TODO (devsh): remove Normalization states from these bases, doesn't really belong here, should stay in Blit
2221
namespace impl
2322
{
2423

0 commit comments

Comments
 (0)