Torque Game Engine Documentation
TGE Version 1.5.2
Torque Home
Class Hierarchy
Data Structures
Namespaces
Namespace Members
File List
Globals
StripCache Class Reference
#include <stripCache.h>
Public Member Functions
StripCache
()
void
emitStrip
(const
U32
start, const
U32
end, const
ColorI
&color)
void
flushCache
()
Private Attributes
U32
stripIndices
[1024]
U32
stripStarts
[512]
ColorI
stripColors
[512]
U32
currIndex
U32
currStrip
Constructor & Destructor Documentation
StripCache::StripCache
(
)
[inline]
Member Function Documentation
void
StripCache::emitStrip
(
const
U32
start
,
const
U32
end
,
const
ColorI
&
color
)
void
StripCache::flushCache
(
)
Field Documentation
U32
StripCache::stripIndices
[1024]
[private]
U32
StripCache::stripStarts
[512]
[private]
ColorI
StripCache::stripColors
[512]
[private]
U32
StripCache::currIndex
[private]
U32
StripCache::currStrip
[private]
All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with
Doxygen