Updated Testing Wiki Link
[sdlgit/SDL-Site.git] / pages / tags-XS.html-inc
CommitLineData
d6a8ee08 1<div class="blog"><h1>Results for tag: XS</h1><div><a href="blog-0023.html">Providing direct memory access to SDL_Surface's pixels</a><br /><span style="font-size: 10px">Wednesday, 23 June 2010</span><br /><span style="font-size: 10px">Tags: <a href="tags-Pack.html" style="font-size: 10px">[Pack]</a> <a href="tags-Perl.html" style="font-size: 10px">[Perl]</a> <a href="tags-SDL.html" style="font-size: 10px">[SDL]</a> <a href="tags-Surface.html" style="font-size: 10px">[Surface]</a> <a href="tags-XS.html" style="font-size: 10px">[XS]</a></span><br /> In an attempt to make pixel access easier on SDL_Surface pixels. I have started work on SDLx::Surface . So far I have only start on the 32 bpp surfaces. <br /> The general idea is to make Pointer Values (PV) of each pixel in the surface and place them into a 2D matrix. First I make pointer values like this: <br /> SV * get_pixel32 ( SDL_Surface * surface , int x , int y ) <br /><a href="blog-0023.html" style="font-size: 12px">[more]</a><br /><br /></div></div>