Changeset 645 for trunk/src/tiler.h


Ignore:
Timestamp:
Feb 14, 2011, 2:26:31 AM (12 years ago)
Author:
sam
Message:

Switch scene rendering method to vertex buffer objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tiler.h

    r637 r645  
    2828    static int2 GetSize(int id);
    2929    static int2 GetCount(int id);
    30     static void BlitTile(uint32_t code, int x, int y, int z, int o);
     30    static void Bind(uint32_t code);
     31    static void BlitTile(uint32_t code, int x, int y, int z, int o,
     32                         float *vertex, float *texture);
    3133};
    3234
Note: See TracChangeset for help on using the changeset viewer.