fixing descriptor set issue

This commit is contained in:
2025-06-01 19:57:11 +02:00
parent 195518361c
commit 724e2a277b
18 changed files with 248 additions and 67 deletions

View File

@@ -14,6 +14,13 @@ namespace Scop
{
friend Scene;
public:
struct CustomPipeline
{
std::shared_ptr<Shader> shader;
CPUBuffer data;
};
public:
Actor();
Actor(Model model);