Pre bindless

This commit is contained in:
Dynamitos
2025-05-07 16:08:12 +02:00
parent 3e36340b02
commit ed66635191
14 changed files with 120 additions and 58 deletions
+2
View File
@@ -10,6 +10,8 @@ class PointLightActor : public Actor {
virtual ~PointLightActor();
Component::PointLight& getPointLightComponent();
const Component::PointLight& getPointLightComponent() const;
Component::Transform& getTransformComponent();
const Component::Transform& getTransformComponent() const;
private:
};