We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca09ae commit ef7edd5Copy full SHA for ef7edd5
1 file changed
include/nbl/builtin/hlsl/memory_accessor.hlsl
@@ -22,18 +22,6 @@ namespace nbl
22
{
23
namespace hlsl
24
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
37
namespace accessor_adaptors
38
39
namespace impl
0 commit comments