VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
Camera.h
Go to the documentation of this file.
1
8#pragma once
9
11
12namespace venom
13{
14namespace vulkan
15{
16class VulkanCamera : public vc::CameraImpl
17{
18public:
19 VulkanCamera();
20 ~VulkanCamera();
21};
22}
23}
Definition Camera.h:41
Encapsulation of Vulkan for the front end of VenomEngine.
Definition Allocator.h:18
Contains the entirety of the code of the VenomEngine project.
Definition Callback.h:13