Fixed bind rsx method to range implementation
This commit is contained in:
@@ -624,7 +624,7 @@ namespace rsx
|
|||||||
force_inline static void impl()
|
force_inline static void impl()
|
||||||
{
|
{
|
||||||
bind_range_impl_t<id + step, step, count, T, index + 1>::impl();
|
bind_range_impl_t<id + step, step, count, T, index + 1>::impl();
|
||||||
bind<id, T<id>::impl>();
|
bind<id, T<index>::impl>();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user