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
Render
BufferPool
Camera.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
lug/Graphics/Vulkan/Render/BufferPool/BufferPool.hpp
>
4
#include <
lug/Math/Matrix.hpp
>
5
6
namespace
lug
{
7
namespace
Graphics {
8
9
namespace
Render {
10
namespace
Camera {
11
class
Camera;
12
}
// Camera
13
}
// Render
14
15
namespace
Vulkan
{
16
17
namespace
API {
18
class
CommandBuffer;
19
}
// API
20
21
namespace
Render {
22
namespace
BufferPool {
23
24
class
LUG_GRAPHICS_API
Camera
:
public
BufferPool
<10, sizeof(Math::Mat4x4f) * 2> {
25
public
:
26
Camera
(
Renderer
& renderer);
27
28
Camera
(
const
Camera
&) =
delete
;
29
Camera
(
Camera
&&) =
delete
;
30
31
Camera
& operator=(
const
Camera
&) =
delete
;
32
Camera
& operator=(
Camera
&&) =
delete
;
33
34
~
Camera
() =
default
;
35
36
const
SubBuffer
* allocate(
const
API::CommandBuffer
& cmdBuffer, ::
lug::Graphics::Render::Camera::Camera
& camera);
37
};
38
39
}
// BufferPool
40
}
// Render
41
}
// Vulkan
42
}
// Graphics
43
}
// lug
Matrix.hpp
LUG_GRAPHICS_API
#define LUG_GRAPHICS_API
Definition:
Export.hpp:11
lug::Graphics::Vulkan::Render::BufferPool::Camera
Definition:
Camera.hpp:24
lug::Graphics::Render::Camera::Camera
Class for camera.
Definition:
Camera.hpp:30
Vulkan
Definition:
Vulkan.hpp:155
BufferPool.hpp
lug
Definition:
Application.hpp:11
lug::Graphics::Vulkan::Renderer
Definition:
Renderer.hpp:21
lug::Graphics::Vulkan::API::CommandBuffer
Definition:
CommandBuffer.hpp:24
lug::Graphics::Vulkan::Render::BufferPool::SubBuffer
Definition:
SubBuffer.hpp:25
lug::Graphics::Vulkan::Render::BufferPool::BufferPool
Definition:
BufferPool.hpp:20
Generated by
1.8.13