#include "dxgsg8base.h"
#include <stdio.h>
#include <tchar.h>
#include <d3dx8.h>
#include "d3dfont8.h"
Go to the source code of this file.
Compounds | |
struct | FONT2DVERTEX |
struct | FONT3DVERTEX |
Functions | |
FONT2DVERTEX | InitFont2DVertex (const D3DXVECTOR4 &p, D3DCOLOR color, FLOAT tu, FLOAT tv) |
FONT3DVERTEX | InitFont3DVertex (const D3DXVECTOR3 &p, const D3DXVECTOR3 &n, FLOAT tu, FLOAT tv) |
|
Definition at line 29 of file d3dfont8.cxx. Referenced by CD3DFont::EndText(). |
|
Definition at line 35 of file d3dfont8.cxx. |