Skip to content

Commit ef7edd5

Browse files
committed
Remove unused pair struct from memory_accessor.hlsl
Removed commented-out template struct for pair.
1 parent 7ca09ae commit ef7edd5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

include/nbl/builtin/hlsl/memory_accessor.hlsl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ namespace nbl
2222
{
2323
namespace hlsl
2424
{
25-
26-
// 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-
//};
36-
3725
namespace accessor_adaptors
3826
{
3927
namespace impl

0 commit comments

Comments
 (0)