SleakEngine 1.0.0
C++23 multi-backend game engine
Loading...
Searching...
No Matches
VulkanTexture.hpp File Reference
#include <Core/OSDef.hpp>
#include <Runtime/Texture.hpp>
#include <vulkan/vulkan.h>

Go to the source code of this file.

Classes

class  Sleak::RenderEngine::VulkanTexture
 Vulkan 2D texture: image + view + sampler, with per-swapchain-image descriptor sets. More...

Namespaces

namespace  Sleak
 Root namespace for everything the engine exposes.
namespace  Sleak::RenderEngine
 Backend-facing rendering layer shared by the four graphics backends.