I fail to understand the hex annotation at the MSDN site
On the following MSDN site: DDS file spec
there is a table at dwFlags. dwFlags is a DWORD (4 Bytes or 0x00000000)
Question: The hex annotations for a value (e.g.) 0x800000 are confusing me, which bit (of the 32) do I have to flip?
Please 'translate' the value coloumn of the source (just 8 values)
0x800000
is the same as100000000000000000000000
in binary.So it's the 23rd bit.
For
dwFlags
does this mean: