Panda3D
Public Member Functions | List of all members
TextureMemoryCounter Class Reference

This class is used to gather statistics on texture memory usage, etc. More...

#include "textureMemoryCounter.h"

Public Member Functions

void add_placement (TexturePlacement *placement)
 Adds the indicated TexturePlacement to the counter. More...
 
void report (ostream &out, int indent_level)
 Reports the measured texture memory usage. More...
 
void reset ()
 Resets the count to zero. More...
 

Detailed Description

This class is used to gather statistics on texture memory usage, etc.

It adds up the total texture memory required by a number of image files, and reports it at the end.

Definition at line 36 of file textureMemoryCounter.h.

Member Function Documentation

◆ add_placement()

void TextureMemoryCounter::add_placement ( TexturePlacement placement)

◆ report()

void TextureMemoryCounter::report ( ostream &  out,
int  indent_level 
)

◆ reset()

void TextureMemoryCounter::reset ( )

Resets the count to zero.

Definition at line 41 of file textureMemoryCounter.cxx.

References add_placement().


The documentation for this class was generated from the following files: