Fixed bind rsx method to range implementation

This commit is contained in:
DH 2015-10-13 22:59:25 +03:00
parent 9136cbfcf2
commit 5de1ea3fd4

View File

@ -624,7 +624,7 @@ namespace rsx
force_inline static void impl()
{
bind_range_impl_t<id + step, step, count, T, index + 1>::impl();
bind<id, T<id>::impl>();
bind<id, T<index>::impl>();
}
};