j
k
j a
j l
On Tue, 11 Jun 2019 at 14:37, Paul Gofman gofmanp@gmail.com wrote:
i = 0; while (map & 1) { map >>= 1; ++i; }
map >>= 1;
++i;
This is existing code, but: "i = wined3d_bit_scan(~map);"
Back to the thread
Back to the list