RetroArch
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
+
Variables
a
b
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
g
i
l
m
o
p
q
r
s
t
u
v
x
+
Enumerations
a
b
c
d
e
f
g
i
k
l
m
o
p
q
r
s
t
v
+
Enumerator
a
b
c
d
e
f
g
i
k
l
m
o
p
r
s
t
u
x
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Properties
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Á
á
é
Ά
Ή
Α
Δ
Ε
Κ
Ο
Π
Σ
Ω
α
ε
θ
π
В
И
К
О
П
У
а
в
д
з
и
к
о
п
с
ф
ч
я
オ
キ
ス
チ
デ
レ
上
下
中
右
启
啟
回
実
屏
左
已
巻
支
显
次
聲
过
鍵
需
顯
게
구
너
넷
도
동
되
레
리
버
변
비
사
성
쉐
시
실
애
연
오
이
입
잘
조
죄
중
지
참
코
키
필
화
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Á
á
Ά
Ή
Α
Ε
Κ
Ο
К
П
а
д
з
к
オ
ス
デ
レ
上
下
中
右
启
啟
回
屏
左
巻
支
显
次
聲
顯
너
넷
동
레
버
비
시
잘
중
지
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
é
Δ
Ε
Κ
Π
Σ
Ω
α
ε
θ
π
В
И
К
О
У
в
д
з
и
к
о
п
с
ф
ч
я
キ
チ
実
已
过
鍵
需
게
구
도
되
리
변
사
성
쉐
시
실
애
연
오
이
입
조
죄
참
코
키
필
화
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
gfx
include
d3d9
d3dx9.h
Go to the documentation of this file.
1
/*
2
*
3
* Copyright (C) Microsoft Corporation. All Rights Reserved.
4
*
5
* File: d3dx9.h
6
* Content: D3DX utility library
7
*
8
*/
9
10
#ifdef __D3DX_INTERNAL__
11
#error Incorrect D3DX header used
12
#endif
13
14
#ifndef __D3DX9_H__
15
#define __D3DX9_H__
16
17
/* Defines */
18
#include <limits.h>
19
20
#define D3DX_DEFAULT ((UINT) -1)
21
#define D3DX_DEFAULT_NONPOW2 ((UINT) -2)
22
#define D3DX_DEFAULT_FLOAT FLT_MAX
23
#define D3DX_FROM_FILE ((UINT) -3)
24
#define D3DFMT_FROM_FILE ((D3DFORMAT) -3)
25
26
#ifndef D3DXINLINE
27
#ifdef _MSC_VER
28
#if (_MSC_VER >= 1200)
29
#define D3DXINLINE __forceinline
30
#else
31
#define D3DXINLINE __inline
32
#endif
33
#else
34
#ifdef __cplusplus
35
#define D3DXINLINE inline
36
#else
37
#define D3DXINLINE
38
#endif
39
#endif
40
#endif
41
42
/* Includes */
43
#include "
d3d9.h
"
44
#include "
d3dx9math.h
"
45
#include "
d3dx9core.h
"
46
#include "
d3dx9xof.h
"
47
#include "
d3dx9mesh.h
"
48
#include "
d3dx9shader.h
"
49
#include "
d3dx9effect.h
"
50
51
#include "
d3dx9tex.h
"
52
#include "
d3dx9shape.h
"
53
#include "
d3dx9anim.h
"
54
55
/* Errors */
56
#define _FACDD 0x876
57
#define MAKE_DDHRESULT( code ) MAKE_HRESULT( 1, _FACDD, code )
58
59
enum
_D3DXERR
{
60
D3DXERR_CANNOTMODIFYINDEXBUFFER
=
MAKE_DDHRESULT
(2900),
61
D3DXERR_INVALIDMESH
=
MAKE_DDHRESULT
(2901),
62
D3DXERR_CANNOTATTRSORT
=
MAKE_DDHRESULT
(2902),
63
D3DXERR_SKINNINGNOTSUPPORTED
=
MAKE_DDHRESULT
(2903),
64
D3DXERR_TOOMANYINFLUENCES
=
MAKE_DDHRESULT
(2904),
65
D3DXERR_INVALIDDATA
=
MAKE_DDHRESULT
(2905),
66
D3DXERR_LOADEDMESHASNODATA
=
MAKE_DDHRESULT
(2906),
67
D3DXERR_DUPLICATENAMEDFRAGMENT
=
MAKE_DDHRESULT
(2907),
68
D3DXERR_CANNOTREMOVELASTITEM
=
MAKE_DDHRESULT
(2908)
69
};
70
71
72
#endif
/*__D3DX9_H__ */
d3d9.h
D3DXERR_SKINNINGNOTSUPPORTED
Definition:
d3dx9.h:63
d3dx9shader.h
D3DXERR_CANNOTMODIFYINDEXBUFFER
Definition:
d3dx9.h:60
D3DXERR_CANNOTREMOVELASTITEM
Definition:
d3dx9.h:68
D3DXERR_LOADEDMESHASNODATA
Definition:
d3dx9.h:66
D3DXERR_TOOMANYINFLUENCES
Definition:
d3dx9.h:64
d3dx9shape.h
d3dx9math.h
MAKE_DDHRESULT
#define MAKE_DDHRESULT(code)
Definition:
d3dx9.h:57
d3dx9tex.h
D3DXERR_INVALIDMESH
Definition:
d3dx9.h:61
d3dx9anim.h
d3dx9xof.h
d3dx9mesh.h
D3DXERR_CANNOTATTRSORT
Definition:
d3dx9.h:62
d3dx9effect.h
d3dx9core.h
D3DXERR_DUPLICATENAMEDFRAGMENT
Definition:
d3dx9.h:67
D3DXERR_INVALIDDATA
Definition:
d3dx9.h:65
_D3DXERR
_D3DXERR
Definition:
d3dx8mesh.h:708
Generated by
1.8.15