CommonLibSSE (Parapets fork)
D3DTypes.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
RE
4
{
5
struct
D3DVECTOR
6
{
7
float
x
;
// 0
8
float
y
;
// 4
9
float
z
;
// 8
10
};
11
static_assert(
sizeof
(
D3DVECTOR
) == 0xC);
12
}
RE
Definition:
AbsorbEffect.h:6
RE::D3DVECTOR
Definition:
D3DTypes.h:6
RE::D3DVECTOR::y
float y
Definition:
D3DTypes.h:8
RE::D3DVECTOR::z
float z
Definition:
D3DTypes.h:9
RE::D3DVECTOR::x
float x
Definition:
D3DTypes.h:7
CommonLibSSE
include
RE
D
D3DTypes.h
Generated by
1.9.1