Skip to content

Commit 8429b4b

Browse files
committed
comment outdated pair impl
1 parent 6fa52bc commit 8429b4b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

include/nbl/builtin/hlsl/memory_accessor.hlsl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ namespace hlsl
2424
{
2525

2626
// TODO: flesh out and move to `nbl/builtin/hlsl/utility.hlsl`
27-
template<typename T1, typename T2>
28-
struct pair
29-
{
30-
using first_type = T1;
31-
using second_type = T2;
32-
33-
first_type first;
34-
second_type second;
35-
};
27+
//template<typename T1, typename T2>
28+
//struct pair
29+
//{
30+
// using first_type = T1;
31+
// using second_type = T2;
32+
//
33+
// first_type first;
34+
// second_type second;
35+
//};
3636

3737
namespace accessor_adaptors
3838
{
@@ -227,4 +227,4 @@ struct Offset : impl::OffsetBase<IndexType,_Offset>
227227
}
228228
}
229229
}
230-
#endif
230+
#endif

0 commit comments

Comments
 (0)