Add create/destroy_shader functions to RenderDriver

This commit is contained in:
2025-04-18 22:27:15 +10:00
parent 47a07ea6a8
commit c7249eeb62
4 changed files with 42 additions and 0 deletions

View File

@@ -12,9 +12,11 @@ namespace Nova {
class RenderDriver;
struct RenderDevice;
struct Shader;
struct Surface;
struct Swapchain;
using ShaderID = Shader*;
using SurfaceID = Surface*;
using SwapchainID = Swapchain*;
} // namespace Nova