BufferCacheData Struct Reference


Detailed Description

The hierarchical overview for cache data: LodCacheData: LCD0 / | \ DetailCacheData: DCD0 DCD1 DCD2 ...

/ | \ PatchCacheData: PCD0 PCD1 PCD2 ... / \ BufferCacheData: VB IB Buffer data location and information

#include <DrawCacheData.h>

List of all members.

Public Member Functions

const awString::IString &  getPageFilename ()
void  setPageFilename (const awString::IString &)

Public Attributes

awString::IString  pageFile
  Page file name.
long  offset
  byte offset in page file
int  size
  buffer byte size
int  format
  buffer format, the meaning depends on VB/IB
int  count
  vertex or index count

Member Function Documentation

const awString::IString& getPageFilename ( )
void setPageFilename ( const awString::IString &  )

Member Data Documentation

awString::IString pageFile

Page file name.

long offset

byte offset in page file

int size

buffer byte size

int format

buffer format, the meaning depends on VB/IB

int count

vertex or index count