|
Assimp
v4.1. (December 2018)
|
Class to display log strings in the upper right corner of the view. More...
Classes | |
| struct | SEntry |
Public Member Functions | |
| void | AddEntry (const std::string &szText, const D3DCOLOR clrColor=D3DCOLOR_ARGB(0xFF, 0xFF, 0xFF, 0x00)) |
| void | OnRender () |
| void | RecreateNativeResource () |
| void | ReleaseNativeResource () |
Static Public Member Functions | |
| static CLogDisplay & | Instance () |
Static Public Attributes | |
| static CLogDisplay | s_cInstance |
Class to display log strings in the upper right corner of the view.
| void AssimpView::CLogDisplay::AddEntry | ( | const std::string & | szText, |
| const D3DCOLOR | clrColor = D3DCOLOR_ARGB( 0xFF, 0xFF, 0xFF, 0x00 ) |
||
| ) |
|
inlinestatic |
| void AssimpView::CLogDisplay::OnRender | ( | ) |
| void AssimpView::CLogDisplay::RecreateNativeResource | ( | ) |
| void AssimpView::CLogDisplay::ReleaseNativeResource | ( | ) |
|
static |