SleakEngine 1.0.0
C++23 multi-backend game engine
Loading...
Searching...
No Matches
DirectX12Buffer.hpp File Reference
#include "../Common/BufferBase.hpp"
#include <d3d12.h>
#include <wrl/client.h>
#include <memory>

Go to the source code of this file.

Classes

class  Sleak::RenderEngine::DirectX12Buffer
 D3D12 buffer wrapper: default-heap resource plus an upload heap for CPU-to-GPU copies. More...

Namespaces

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