xoreos  0.0.5
Public Member Functions | Public Attributes | List of all members
Graphics::Aurora::ManagedTexture Struct Reference

A managed texture, storing how often it's referenced. More...

#include <texturehandle.h>

Collaboration diagram for Graphics::Aurora::ManagedTexture:
Collaboration graph
[legend]

Public Member Functions

 ManagedTexture (Texture *t)
 
 ~ManagedTexture ()
 

Public Attributes

Texturetexture
 
uint32 referenceCount
 

Detailed Description

A managed texture, storing how often it's referenced.

Definition at line 40 of file texturehandle.h.

Constructor & Destructor Documentation

◆ ManagedTexture()

Graphics::Aurora::ManagedTexture::ManagedTexture ( Texture t)

Definition at line 35 of file texturehandle.cpp.

◆ ~ManagedTexture()

Graphics::Aurora::ManagedTexture::~ManagedTexture ( )

Definition at line 38 of file texturehandle.cpp.

References texture.

Member Data Documentation

◆ referenceCount

uint32 Graphics::Aurora::ManagedTexture::referenceCount

Definition at line 42 of file texturehandle.h.

◆ texture

Texture* Graphics::Aurora::ManagedTexture::texture

Definition at line 41 of file texturehandle.h.

Referenced by Graphics::Aurora::TextureManager::get(), and ~ManagedTexture().


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