Added shader state; WIP kernel objects
This commit is contained in:
@ -38,7 +38,7 @@ class Thread;
|
||||
class ServerSession final : public WaitObject {
|
||||
public:
|
||||
~ServerSession() override;
|
||||
explicit ServerSession(KernelSystem& kernel);
|
||||
explicit ServerSession();
|
||||
|
||||
std::string GetName() const override {
|
||||
return name;
|
||||
|
Reference in New Issue
Block a user