Re: [PATCH 1/3] d3dx9: Move pixel sampling and recombination in copy_simple_data to separate helper functions
26 Jul
2010
26 Jul
'10
8:48 a.m.
On 25 July 2010 19:15, <tony.wasserka(a)freenet.de> wrote:
+typedef struct { + CONST PixelFormatDesc *srcformat; + CONST PixelFormatDesc *destformat; DWORD srcshift[4], destshift[4]; DWORD srcmask[4], destmask[4]; BOOL process_channel[4]; - DWORD channels[4]; - DWORD channelmask = 0; + DWORD channelmask; +} ARGB_CONVERSION_INFO; Please don't do that.
5708
Age (days ago)
5708
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet