| Did you know ... | Search Documentation: |
| Pack sdlpl -- prolog/sdl/render.pl |
rect(X, Y, W, H).
rect(X, Y, W, H) of numbers.
rect(X, Y, W, H) of numbers.
staticstreamingtargetrect(X, Y, W, H).
Lock a texture so it can be updated. On success Pixels is a PtrBlob to
the locked region and Pitch its row stride. Rect is null for the whole
texture, or a term rect(X, Y, W, H). Use sdl_unlocktexture/1 when done.