Implementing ECS SystemBase and updating slang
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
// prepare render is also locked, so reading from shared memory is also safe
|
||||
virtual void prepareRender() = 0;
|
||||
virtual void render() = 0;
|
||||
void applyArea(URect area);
|
||||
void applyArea(Math::URect area);
|
||||
void setFocused();
|
||||
|
||||
const std::string& getName();
|
||||
|
||||
Reference in New Issue
Block a user