Added shader state; WIP kernel objects
This commit is contained in:
parent
45788b9c82
commit
f79c9668a3
33 changed files with 576 additions and 68 deletions
|
@ -149,7 +149,7 @@ private:
|
|||
|
||||
class Thread final : public WaitObject {
|
||||
public:
|
||||
explicit Thread(KernelSystem&);
|
||||
explicit Thread();
|
||||
~Thread() override;
|
||||
|
||||
std::string GetName() const override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue