Return to previous page | Return to menu | Go to next page


Structure

PICTURE

Texture registration table

Structure

typedef   struct    {
                    Uint16 texno ;
                    Uint16 cmode ;
                    void *pcsrc ;
          } PICTURE ;

Member

texno texture number
cmode color mode
pcsrc Start address of texture data to be registered

Description

This is an information table for transferring and registering texture data in VRAM.

Remarks

Please refer to Texture in Programmer ’s Tutorial “Chapter 7: Polygon surface attributes”.

Reference: Chapter 7 Polygon surface attributes

PICTURE


Return to previous page | Return to menu | Go to next page