|
Lib
QOLを高める
|
#include "stdafx.h"#include "include/graphics.h"#include "include/debug.h"#include "include/exceptions.h"#include "include/file.h"#include <d3dx11.h>#include <xnamath.h>Go to the source code of this file.
Namespaces | |
| yappy | |
| yappy::graphics | |
| Graphics library. | |
| float Alpha |
Definition at line 45 of file graphics.cpp.
| XMMATRIX Centering |
Definition at line 38 of file graphics.cpp.
| XMMATRIX DestScale |
Definition at line 37 of file graphics.cpp.
| XMFLOAT4 FontColor |
Definition at line 44 of file graphics.cpp.
| XMMATRIX lrInv |
Definition at line 35 of file graphics.cpp.
| XMFLOAT3 Pos |
Definition at line 26 of file graphics.cpp.
| XMMATRIX Projection |
Definition at line 31 of file graphics.cpp.
| XMMATRIX Rotation |
Definition at line 40 of file graphics.cpp.
| XMMATRIX Scale |
Definition at line 39 of file graphics.cpp.
| XMFLOAT2 Tex |
Definition at line 27 of file graphics.cpp.
| XMMATRIX Translate |
Definition at line 41 of file graphics.cpp.
| XMMATRIX udInv |
Definition at line 36 of file graphics.cpp.
| XMFLOAT2 uvOffset |
Definition at line 42 of file graphics.cpp.
| XMFLOAT2 uvSize |
Definition at line 43 of file graphics.cpp.
1.8.11