Add IContext and IDevice classes with Vulkan backend
This commit is contained in:
16
engine/include/nova/graphics/device.hpp
Normal file
16
engine/include/nova/graphics/device.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Copyright (c) 2025, Jayden Grubb <contact@jaydengrubb.com>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <nova/core/api.hpp>
|
||||
#include <nova/core/types.hpp>
|
||||
|
||||
namespace nova::gfx {
|
||||
|
||||
class NOVA_API IDevice {};
|
||||
|
||||
} // namespace nova::gfx
|
||||
Reference in New Issue
Block a user