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
dxsdk
d3dx10.h
Go to the documentation of this file.
1
//
3
// Copyright (C) Microsoft Corporation. All Rights Reserved.
4
//
5
// File: d3dx10.h
6
// Content: D3DX10 utility library
7
//
9
10
#ifdef __D3DX10_INTERNAL__
11
#error Incorrect D3DX10 header used
12
#endif
13
14
#ifndef __D3DX10_H__
15
#define __D3DX10_H__
16
17
18
// Defines
19
#include <limits.h>
20
#include <
float.h
>
21
22
#define D3DX10_DEFAULT ((UINT) -1)
23
#define D3DX10_FROM_FILE ((UINT) -3)
24
#define DXGI_FORMAT_FROM_FILE ((DXGI_FORMAT) -3)
25
26
#ifndef D3DX10INLINE
27
#ifdef _MSC_VER
28
#if (_MSC_VER >= 1200)
29
#define D3DX10INLINE __forceinline
30
#else
31
#define D3DX10INLINE __inline
32
#endif
33
#else
34
#ifdef __cplusplus
35
#define D3DX10INLINE inline
36
#else
37
#define D3DX10INLINE
38
#endif
39
#endif
40
#endif
41
42
43
44
// Includes
45
#include "
d3d10.h
"
46
#include "
d3dx10.h
"
47
#include "
d3dx10math.h
"
48
#include "
d3dx10core.h
"
49
#include "
d3dx10tex.h
"
50
#include "
d3dx10mesh.h
"
51
#include "
d3dx10async.h
"
52
53
54
// Errors
55
#define _FACDD 0x876
56
#define MAKE_DDHRESULT( code ) MAKE_HRESULT( 1, _FACDD, code )
57
58
enum
_D3DX10_ERR
{
59
D3DX10_ERR_CANNOT_MODIFY_INDEX_BUFFER
=
MAKE_DDHRESULT
(2900),
60
D3DX10_ERR_INVALID_MESH
=
MAKE_DDHRESULT
(2901),
61
D3DX10_ERR_CANNOT_ATTR_SORT
=
MAKE_DDHRESULT
(2902),
62
D3DX10_ERR_SKINNING_NOT_SUPPORTED
=
MAKE_DDHRESULT
(2903),
63
D3DX10_ERR_TOO_MANY_INFLUENCES
=
MAKE_DDHRESULT
(2904),
64
D3DX10_ERR_INVALID_DATA
=
MAKE_DDHRESULT
(2905),
65
D3DX10_ERR_LOADED_MESH_HAS_NO_DATA
=
MAKE_DDHRESULT
(2906),
66
D3DX10_ERR_DUPLICATE_NAMED_FRAGMENT
=
MAKE_DDHRESULT
(2907),
67
D3DX10_ERR_CANNOT_REMOVE_LAST_ITEM
=
MAKE_DDHRESULT
(2908),
68
};
69
70
71
#endif //__D3DX10_H__
72
D3DX10_ERR_CANNOT_REMOVE_LAST_ITEM
Definition:
d3dx10.h:67
D3DX10_ERR_INVALID_DATA
Definition:
d3dx10.h:64
_D3DX10_ERR
_D3DX10_ERR
Definition:
d3dx10.h:58
d3dx10mesh.h
d3dx10async.h
D3DX10_ERR_DUPLICATE_NAMED_FRAGMENT
Definition:
d3dx10.h:66
d3dx10tex.h
D3DX10_ERR_TOO_MANY_INFLUENCES
Definition:
d3dx10.h:63
d3dx10core.h
d3dx10math.h
D3DX10_ERR_CANNOT_MODIFY_INDEX_BUFFER
Definition:
d3dx10.h:59
MAKE_DDHRESULT
#define MAKE_DDHRESULT(code)
Definition:
d3dx10.h:56
d3dx10.h
D3DX10_ERR_LOADED_MESH_HAS_NO_DATA
Definition:
d3dx10.h:65
D3DX10_ERR_SKINNING_NOT_SUPPORTED
Definition:
d3dx10.h:62
D3DX10_ERR_CANNOT_ATTR_SORT
Definition:
d3dx10.h:61
D3DX10_ERR_INVALID_MESH
Definition:
d3dx10.h:60
float.h
d3d10.h
Generated by
1.8.15