#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 in file d3dfont8.cxx.
|
Definition at line 30 of file d3dfont8.cxx. References FONT2DVERTEX::color, FONT2DVERTEX::p, FONT2DVERTEX::tu, and FONT2DVERTEX::tv. |
|
Definition at line 36 of file d3dfont8.cxx. References FONT3DVERTEX::n, FONT3DVERTEX::p, FONT3DVERTEX::tu, and FONT3DVERTEX::tv. |