mirror of
https://github.com/Kbz-8/42_vox.git
synced 2026-01-11 14:43:34 +00:00
fixing descriptor set issue
This commit is contained in:
@@ -14,6 +14,13 @@ namespace Scop
|
||||
{
|
||||
friend Scene;
|
||||
|
||||
public:
|
||||
struct CustomPipeline
|
||||
{
|
||||
std::shared_ptr<Shader> shader;
|
||||
CPUBuffer data;
|
||||
};
|
||||
|
||||
public:
|
||||
Actor();
|
||||
Actor(Model model);
|
||||
|
||||
Reference in New Issue
Block a user