logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

COMPILED_SPRITE - Stores the contents of a compiled sprite. Allegro game programming library.

Description

          short planar;        - set if it's a planar (mode-X) sprite
          short color_depth;   - color depth of the image
          short w, h;          - size of the sprite

       Compiled sprites are stored as actual machine code instructions that draw a specific image onto a bitmap,
       using  mov  instructions with immediate data values. Read chapter "Compiled sprites" for a description of
       the restrictions and how to obtain/use this structure.

Name

       COMPILED_SPRITE - Stores the contents of a compiled sprite. Allegro game programming library.

See Also

get_compiled_sprite(3alleg4), BITMAP(3alleg4), RLE_SPRITE(3alleg4)

Allegro                                           version 4.4.3                         COMPILED_SPRITE(3alleg4)

Synopsis

#include<allegro.h>typedefstructCOMPILED_SPRITE

See Also