Ignore:
Timestamp:
06/28/08 17:40:17 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/RenderQueue.h

    r2802 r2805  
    1717struct RenderQueueBucket 
    1818{ 
    19         /** should be full texture format, but we as use the same format for all textures 
    20             they differ only in size, and we implicitly assume that textures with the same  
    21             size have exactly the same format 
     19        /** should test for all texture format parameters,  
     20            but we as use the same format for all textures they differ only in size 
    2221        */ 
    23         int mTextureSize; 
     22        int mTexHeight; 
     23        int mTexWidth; 
     24 
     25        bool mHasTexture; 
    2426        bool mAlphaTestEnabled; 
    2527 
Note: See TracChangeset for help on using the changeset viewer.