Im creating a unsigned short* buffer[320*240], and the anothe with 100* 100 dimensions.
I read a tga into the 100*100 buffer and all is fine
my problem is that when i write this to the 320*240 buffer at 0,0 it appears as interlaced for the length of the screen when i blit the buffer using gapi.
I have set a loop that should copy the pixels from one to the other with the width of the 100 as a pitch
not sure if this makes sense, but im sure somebody else has had this problem and any help would be appreciated.