Trying to add water
This commit is contained in:
@@ -41,6 +41,7 @@ class Graphics : public Gfx::Graphics {
|
||||
virtual void waitDeviceIdle() override;
|
||||
|
||||
virtual void executeCommands(Array<Gfx::ORenderCommand> commands) override;
|
||||
virtual void executeCommands(Gfx::OComputeCommand commands) override;
|
||||
virtual void executeCommands(Array<Gfx::OComputeCommand> commands) override;
|
||||
|
||||
virtual Gfx::OTexture2D createTexture2D(const TextureCreateInfo& createInfo) override;
|
||||
|
||||
Reference in New Issue
Block a user