FFL
Loading...
Searching...
No Matches
FFLResolution.h
Go to the documentation of this file.
1
#
ifndef
FFL_RESOLUTION_H_
2
#
define
FFL_RESOLUTION_H_
3
4
#
include
<
nn
/
ffl
/
types
.
h
>
5
6
#
ifdef
__cplusplus
7
extern
"C"
{
8
#
endif
9
10
typedef
enum
FFLResolution
11
{
12
FFL_RESOLUTION_MASK
= 0x3fffffff,
13
FFL_RESOLUTION_MIP_MAP_ENABLE_MASK
= 1 << 30
14
}
15
FFLResolution;
16
17
#
ifdef
__cplusplus
18
}
19
#
endif
20
21
#
endif
// FFL_RESOLUTION_H_
FFLResolution
FFLResolution
Definition
FFLResolution.h:11
FFL_RESOLUTION_MIP_MAP_ENABLE_MASK
@ FFL_RESOLUTION_MIP_MAP_ENABLE_MASK
Definition
FFLResolution.h:13
FFL_RESOLUTION_MASK
@ FFL_RESOLUTION_MASK
Definition
FFLResolution.h:12
include
nn
ffl
FFLResolution.h
Generated by
1.14.0