Nodes that want to use Vulkan hardware resource should implement this interface. After the node has been instantiated the framework will call the getter functions to get the Vulkan resource created in the node and register with the scheduler.
Restrictions by scheduler to use Vulkan a. Only one node per process can use the Vulkan resource (i.e this Vulkan Node Interface). b. The node must be instantiated as part of the first schedule being run.
Definition at line 54 of file IVulkanNode.hpp.
Public Member Functions | |
virtual | ~IVulkanNode ()=default |
|
virtualdefault |