VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
Model.h
Go to the documentation of this file.
1
8#pragma once
9
10#include <venom/common/plugin/graphics/Model.h>
12
13namespace venom
14{
15namespace vulkan
16{
18{
19};
20
22{
23public:
25 virtual ~VulkanModel();
26
27 void Draw() override;
28};
29}
30}
Definition Model.h:30
Definition Model.h:23
Definition Model.h:22
Contains the entirety of the code of the VenomEngine project.
Definition Config.h:13