Knoodle
Knoodle is a Free Open-Source alternative for graph-based texture designers. It is a tool for creating procedural textures using a node-based graph editor. It is designed to be easy to use, to be able to create complex textures with a minimum of effort, and to be pluggable to any game engine and front-end.
|
Public Member Functions | |
virtual bool | initialize (const GHIDesc *desc)=0 |
virtual void | shutdown ()=0 |
|
pure virtual |
Initialize the GHI.
[in] | desc | The description of the GHI. |
Implemented in kn::NullGHI, and kn::VulkanGHI.
|
pure virtual |
Shutdown the GHI and release all its resources.
Implemented in kn::NullGHI, and kn::VulkanGHI.