Lugdunum
0.1.0
Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
Variables
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
y
Typedefs
Enumerations
+
Related Functions
:
b
c
d
g
l
p
s
w
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
+
Macros
d
f
l
n
s
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
lug
Graphics
Vulkan
API
CommandBuffer
Image.inl
Go to the documentation of this file.
1
struct
CmdCopyImage
{
2
const
API::Image&
srcImage
;
3
VkImageLayout
srcImageLayout
;
4
5
const
API::Image&
dstImage
;
6
VkImageLayout
dstImageLayout
;
7
8
std::vector<VkImageCopy>
regions
;
9
};
10
11
void
copyImage
(
const
CmdCopyImage
& parameters)
const
;
copyImage
void copyImage(const CmdCopyImage ¶meters) const
CmdCopyImage::dstImage
const API::Image & dstImage
Definition:
Image.inl:5
CmdCopyImage
Definition:
Image.inl:1
CmdCopyImage::srcImage
const API::Image & srcImage
Definition:
Image.inl:2
CmdCopyImage::srcImageLayout
VkImageLayout srcImageLayout
Definition:
Image.inl:3
CmdCopyImage::dstImageLayout
VkImageLayout dstImageLayout
Definition:
Image.inl:6
CmdCopyImage::regions
std::vector< VkImageCopy > regions
Definition:
Image.inl:8
Generated by
1.8.13